/*
+-------------------------------------------------------------------------------+
|					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: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	color: #4F1F00;
	font-family :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: #E94F19;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a:hover
{
	color: #E94F19;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}


/* ------------------------ Image --------------------------------*/

img
{
	border: none;
}

img a
{
	border: none;
}


/* 
+-------------------------------------------------------------------------------+
|									Fonts										|
+-------------------------------------------------------------------------------+
*/


/* ------------------------ Headlines --------------------------------*/

h1
{
	color: 	#4F1F00;
	font-size: 24px;
	font-family: "Bookman Old Style Italic", "HelveticaNeue-Light", "Helvetica Neue Light", Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px;
	margin-bottom: 30px;
}

h2
{
	color: 	#4F1F00;
	font-size: 20px;
	font-family: "Bookman Old Style Italic", "HelveticaNeue-Light", "Helvetica Neue Light", Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	margin-bottom: 15px;
}

h3
{
	color: 	#4F1F00;
	font-size: 16px;
	font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	margin-bottom: 25px;
}

h4
{
	color: 	#4F1F00;
	font-size: 14px;
	font-family: Arial, "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;
	margin: 0px auto;
}

#top_area
{
	clear: both;
	height: 25px;
	line-height: 25px;
	margin-bottom: 30px;
	padding: 5px;
	background-color: #E94F19;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}

#title
{
	clear: both;
	margin: 15px;
	margin-bottom: 50px;
	text-align: center;
}

#logo
{
	clear: both;
	margin-bottom: 50px;
	text-align: center;
	display: block;
}

#languages
{
	clear:  both;
	text-align: center;
	margin-bottom: 100px;
}

#flag
{
	border: none;
	margin: 20px;
	margin-top: 0px;
	border: 1px solid #4F1F00;
}


/* 
+-------------------------------------------------------------------------------+
|						Code by WebSoft-Solutions.de							|
+-------------------------------------------------------------------------------+
*/