/*
+-------------------------------------------------------------------------------+
|					WebSoft-Solutions - www.websoft-solutions.de				|
+-------------------------------------------------------------------------------+
*/





/* 
+-------------------------------------------------------------------------------+
|								Defaultsettings									|
+-------------------------------------------------------------------------------+
*/


/* ------------------------ Html --------------------------------*/

html
{
	min-height: 100.05%;
}


/* ------------------------ Body --------------------------------*/

body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #042105;
	font-size: 17px;
	line-height: 20px;
	color: #000000;
	font-family : "Times New Roman", Arial, Helvetica, sans-serif;
	text-align: center;
}


/* ------------------------ Div --------------------------------*/

div
{
	margin: 0px;
	padding: 0px;
	border: none;
}


/* ------------------------ Form --------------------------------*/

form
{
	margin: 0px;
}


/* ------------------------ List --------------------------------*/

li.pferd
{
	list-style-image: url(../gfx/items/listlogo.png);
}


/* ------------------------ Link --------------------------------*/

a,
a:link,
a:visited,
a:focus,
a:active
{
	color: #000000;
	font-family : Georgia, Arail, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

a:hover
{
	color: #D9BA1A;
	font-family : Georgia, Arail, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}


/* ------------------------ Image --------------------------------*/

img
{
	border: none;
}

img a
{
	border: none;
}


/* 
+-------------------------------------------------------------------------------+
|									Fonts										|
+-------------------------------------------------------------------------------+
*/


/* ------------------------ Headlines --------------------------------*/

h1
{
	color: 	#031903;
	font-size: 28px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px;
	margin-bottom: 30px;
}

h2
{
	color: 	#0C2C0C;
	font-size: 18px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	margin-bottom: 15px;
}

h3
{
	color: 	#031903;
	font-size: 24px;
	font-family: "Times New Roman", Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	margin-bottom: 25px;
}

h4
{
	color: 	#8F1010;
	font-size: 14px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	margin-bottom: 10px;
}




/* 
+-------------------------------------------------------------------------------+
|									Images										|
+-------------------------------------------------------------------------------+
*/


/* ------------------------ Content --------------------------------*/




/* 
+-------------------------------------------------------------------------------+
|									Design										|
+-------------------------------------------------------------------------------+
*/


/* ------------------------ Mainarea --------------------------------*/

#main
{
	clear: both;
	padding: 150px;
}


/* 
+-------------------------------------------------------------------------------+
|						Code by WebSoft-Solutions.de							|
+-------------------------------------------------------------------------------+
*/