/*
+-------------------------------------------------------------------------------+
|					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: 16px;
	line-height: 20px;
	color: #000000;
	font-family : "Times New Roman", Arial, Helvetica, sans-serif;
}


/* ------------------------ Div --------------------------------*/

div
{
	margin: 0px;
	padding: 0px;
	border: none;
}


/* ------------------------ Form --------------------------------*/

form
{
	margin: 0px;
	padding: 0px;
}

input
{
	padding: 2px;
	background-color: #FFFFFF;	
	border: 1px inset #042105;
	color: #042105;
	font-family : "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 15px;
}

input[type="submit"]
{
	width: 140px;
	height: 25px;
	line-height: 25px;
	background: url(../gfx/design/submit_button.png) center top;
	background-repeat: no-repeat;
	background-color: #CAAF2A;	
	border: none;
	color: #042105;
	font-family : "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

input[type="reset"]
{
	width: 140px;
	height: 25px;
	line-height: 25px;
	background: url(../gfx/design/submit_button.png) center top;
	background-repeat: no-repeat;
	background-color: #CAAF2A;	
	border: none;
	color: #042105;
	font-family : "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

input[type="radio"]
{
	line-height: 16px;
	margin: 0px;
	margin-right: 4px;
	padding: 0px;
	background: transparent;
	border: none;
	cursor: pointer;
}

input[type="checkbox"]
{
	line-height: 16px;
	margin: 0px;
	margin-right: 4px;
	padding: 0px;
	background: transparent;
	border: none;
	cursor: pointer;
}

select
{
	padding: 2px;
	background-color: #FFFFFF;	
	border: 1px inset #042105;
	color: #042105;
	font-family : "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 15px;
	cursor: pointer;
}

textarea
{
	padding: 2px;
	background-color: #FFFFFF;	
	border: 1px inset #042105;
	color: #042105;
	font-family : "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 15px;
}


/* ------------------------ List --------------------------------*/

ul
{
	margin-top: 20px;
	margin-bottom: 30px;
	padding-left: 50px;
}

li
{
	margin-bottom: 5px;
}


/* ------------------------ Link --------------------------------*/

a,
a:link,
a:visited,
a:focus,
a:active
{
	color: #114512;
	font-family : Georgia, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

a:hover
{
	color: #CAAF2A;
	font-family : Georgia, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}


/* ------------------------ Image --------------------------------*/

img
{
	border: none;
}

img a
{
	border: none;
}

#img_left
{
	float: left;
	margin: 5px;
	margin-right: 13px;
}

#img_right
{
	float: right;
	margin: 5px;
	margin-left: 13px;
}


/* 
+-------------------------------------------------------------------------------+
|									Fonts										|
+-------------------------------------------------------------------------------+
*/


/* ------------------------ Headlines --------------------------------*/

h1
{
	color: 	#042105;
	font-size: 28px;
	font-family: "Times New Roman", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	margin-bottom: 30px;
}

h2
{
	color: 	#042105;
	font-size: 18px;
	font-family: "Times New Roman", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	margin-bottom: 15px;
}

h3
{
	color: 	#042105;
	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: 	#000000;
	font-size: 18px;
	font-family: "Times New Roman", Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	margin: 0px;
}

/* ------------------------ Text fonts --------------------------------*/

#small_font
{
	color: 	#042105;
	font-size: 11px;
	font-family: Arial, "Times New Roman", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	margin-bottom: 30px;
}


/* 
+-------------------------------------------------------------------------------+
|									Design										|
+-------------------------------------------------------------------------------+
*/


/* ------------------------ Site layout --------------------------------*/

#main
{
	clear: both;
	width: 1024px;
	height: 680px;
	margin: 0px auto;
	margin-top: 10px;
	background-image: url(../gfx/design/main.png);
	background-repeat: no-repeat;
}

#links
{
	float: left;
	width: 220px;
	padding-top: 200px;
}

#link
{
	clear: both;
	width: 188px;
	height: 21px;
	margin-top: 1px;
	margin-bottom: 2px;
	margin-left: 20px;
	padding: 2px;
	padding-left: 30px;
	color: #042105;
	line-height: 20px;
	font-weight: bold;
	vertical-align: middle;
	background-image: url(../gfx/design/button.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

#link a,
#link a:link,
#link a:visited,
#link a:focus,
#link a:active,
#link a:hover
{
	color: #042105;
	font-family : "Times New Roman", Arail, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
}

#link_active
{
	clear: both;
	width: 188px;
	height: 21px;	
	margin-top: 1px;
	margin-bottom: 2px;
	margin-left: 20px;
	padding: 2px;
	padding-left: 30px;
	color: #042105;
	line-height: 20px;
	font-weight: bold;
	vertical-align: middle;
	background-image: url(../gfx/design/button_active.png);
	background-repeat: no-repeat;
}

#textarea
{
	float: left;
	width: 704px;
	height: 535px;
	max-height: 535px;
	margin: 30px;
	margin-top: 45px;
	padding: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: auto;
}

#iframe
{
	float: left;
	width: 740px;
	height: 610px;
	max-height: 610px;
    margin: 35px;
    margin-right: 20px;
	overflow: auto;
}

#bar
{
	clear: both;
	height: 40px;
	margin-right: 20px;
	margin-bottom: 60px;
	border-bottom: 1px solid #CAAF2A;
}

#language
{
	clear: both;
	width: 1024px;
	margin: 0px auto;
	padding: 5px;
	padding-right: 20px;
	color: #CAAF2A;
	font-weight: bold;
	text-align: right;
}

#language a,
#language a:link,
#language a:visited,
#language a:focus,
#language a:active
{
	color: #CAAF2A;
	font-size: 14px;
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#language a:hover
{
	color: #C61515;
	font-size: 14px;
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#contact
{
	float: left;
	width: 890px;
	margin-left: 40px;
	font-size: 14px;
}

#about
{
	clear: both;
	margin: 50px;
	margin-bottom: 100px;
	color: #CAAF2A;
	font-weight: bold;
	text-align: center;
}

#about a,
#about a:link,
#about a:visited,
#about a:focus,
#about a:active
{
	color: #CAAF2A;
	font-size: 14px;
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#about a:hover
{
	color: #C61515;
	font-size: 14px;
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#webdesign
{
	clear: both;
	margin: 10px;
	margin-top: 50px;
	color: #CAAF2A;
	font-weight: normal;
	text-align: center;
}

#webdesign a,
#webdesign a:link,
#webdesign a:visited,
#webdesign a:focus,
#webdesign a:active
{
	color: #CAAF2A;
	font-size: 14px;
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

#webdesign a:hover
{
	color: #C61515;
	font-size: 14px;
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#disclaim
{
	clear: both;
	margin: 30px;
	margin-top: 10px;
	color: #CAAF2A;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

#disclaim a,
#disclaim a:link,
#disclaim a:visited,
#disclaim a:focus,
#disclaim a:active
{
	color: #CAAF2A;
	font-size: 11px;
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

#disclaim a:hover
{
	color: #C61515;
	font-size: 11px;
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}


/* ------------------------ content --------------------------------*/

#full
{
	clear: both;
	width: 700px;
}

#container_top
{
	clear: both;
	padding: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	background: url(../gfx/design/bg_top.png) center top;
	background-repeat: no-repeat;
	font-weight: bold;
}

#container_top a,
#container_top a:link,
#container_top a:visited,
#container_top a:focus,
#container_top a:active
{
	color: #000000;
	font-size: 16px;
	font-family : "Times New Roman", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#container_top a:hover
{
	color: #E00000;
	font-size: 16px;
	font-family : "Times New Roman", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#container_center
{
	clear: both;
	padding: 30px;
	padding-bottom: 0px;
	background: url(../gfx/design/bg_center.png) center top;
	background-repeat: no-repeat;
}

#container_bottom
{
	clear: both;
	height: 38px;
	margin-bottom: 30px;
	background: url(../gfx/design/bg_bottom.png) center bottom;
	background-repeat: no-repeat;
}

#pagelinks
{
	clear: both;
	font-size: 15px;
	text-align: center;
	margin: 20px;
}

#pagelinks a,
#pagelinks a:link,
#pagelinks a:visited,
#pagelinks a:focus,
#pagelinks a:active
{
	font-size: 15px;
	font-family : "Times New Roman", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#pagelinks a:hover
{
	font-size: 15px;
	font-family : "Times New Roman", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#xxl_link
{
	clear: both;
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
	vertical-align: middle;
	text-align: center;
	background-image: url(../gfx/design/bg_button.png);
	background-repeat: repeat-x;
	cursor: pointer;
}

#xxl_link a,
#xxl_link a:link,
#xxl_link a:visited,
#xxl_link a:focus,
#xxl_link a:active
{
	color: #114512;
	font-family : Georgia, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

#xxl_link a:hover
{
	color: #013502;
	font-family : Georgia, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}


/* ------------------------ msg --------------------------------*/

#msg
{
	clear: both;
	width: 650px;
	margin-bottom: 25px;
	padding: 10px;
	color: #000000;
	font-weight: bold;
	border: 2px outset #CAAF2A;
}

#msg ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}

#msg li
{
	margin: 0px;
	padding: 0px;
}


/* ------------------------ msg --------------------------------*/

#errormsg
{
	clear: both;
	width: 650px;
	margin-bottom: 25px;
	padding: 10px;
	color: #E80000;
	font-weight: bold;
	border: 2px outset #E00000;
}

#errormsg ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}

#errormsg li
{
	margin: 0px;
	padding: 0px;
}


/* 
+-------------------------------------------------------------------------------+
|						Code by WebSoft-Solutions.de							|
+-------------------------------------------------------------------------------+
*/