/* - HTML + BODY STYLE - */


* {

	margin: 0px;
	padding: 0px;

}
 
html {

	width: 100%;
	height: 100%;
	text-align: left;

}

body {

	width: 100%;
	height: 100%;
	font-size: 10pt;
	line-height: 18px;
	color: #333; 
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px auto;
	text-align: left;	

}


/* - TABELLEN EINGENSCHAFTEN - */


td {

	font-size: 11px;
	line-height: 18px;
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";

}


/* - MISC STYLE - */


ul {

	margin: 0px;
	padding: 0px;

}

li {

	list-style: none;

}

form {

	margin: 0px;
	padding: 0px;

}

img {

	border: none;

}


/* - FLOAT CLEANER - */


#cleaner {

	clear: both;
	height: 0px;
	font-size: 0px;
	display: block;
	width: 100%;

}


/* - STANDARD LINK FORMATIERUNG - */


a {

	color: black;
	text-decoration: underline;

}

a:visited {
	color: black;
}

a:hover {

	color: #EF8900;
	text-decoration: underline;

}


/* - HEADER - */

div#logo
{
	margin: 0; padding: 0;
	height: 250px; 
	max-width: 400px; 
	min-width: 320px;
	position: absolute;
	top: 0; left: 0; 
	background-image:url(/includes/media/webdesign-logo.png);
	background-repeat: no-repeat;
	background-position: right;
}


/* - HEADER - */

div#hiddenlogo
{
	display: none;
}

#header {
	

	height: 200px; 
	background-color: white;
	top: 0; left: 0;
	background-image:url(/includes/media/webdesign-header-w44px-orange.png);
	background-repeat:repeat-x;
	
}


/* - INPUT FELDER VORBEREITET FÜR SUCHE - */


#header form input.formular {
	
	width: 140px;
	height: 18px;
	padding: 4px 0px 0px 5px;
	margin: 2px 0px 2px 0px;
	background: #fff;
	border: 1px solid #dfdfdf;
	font-size: 11px;
	color: #dfdfdf;
	font-family: "Verdana";
	position: absolute;
	right: 35px;
	top: 30px;	
	
}

#header form input.button {
	
	width: 10px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	border: none;
	font-size: 0px;
	background: url('../images/suche_button.gif') no-repeat;
	cursor: pointer;
	font-family: "Verdana";
	position: absolute;
	right: 20px;
	top: 34px;	
	
}


/* - MENU - */


#navigation {
	margin: 0; padding-top: 50px;
	position: absolute;
	max-width: 400px;
	min-width: 320px;
	top: 250px; left: 0;


/*	
	width: 760px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	background: #9DBB36;
	border-top: 9px solid #839f24;
	border-bottom: 1px solid #fff;
	color: #fff;
	position: relative;
	z-index: 999; */

}

#navigation ul {

	text-align:right; 
	
/*	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	padding: 0px;
	margin: 0px;
	z-index: 999; */
	
}

#navigation ul li	{
	margin-top: -20px; padding-top: 32px; 
	font-size: 36pt;
	list-style: none;
	text-transform: lowercase;
	
/*	float: left;
	list-style: none;
	margin: 0px;
	border-right: 1px solid #839f24;
	position: relative;
	z-index: 999; */
	
}

#navigation li a {

	text-decoration: none; 
	color: black;

	
/*	display: block;
	padding: 0px 12px 1px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	background: #9DBB36;
	margin:0px;
	line-height: 23px;
	z-index: 999; */

}

#navigation li a:hover {
	color: #EF8900;
	
/*	background: #A9C83C; */

}


#navigation li a.aktiv, #menu li a.aktiv:hover {
	color: #EF8900;
	
/*	background: #9DBB36 url('../images/menu_hover.gif') right no-repeat; */

} 


/* - MENU : DROPDOWN SETTINGS - */


#navigation ul li ul {
	padding-bottom: 20px;

	/*	
	visibility: hidden;
	position: absolute;
	top: 24px;
	left: 0px;
	width: 184px;
	text-align: left;
	border: 1px solid #d2d2d2;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
	z-index: 999;
	*/
}

#navigation ul li ul li {
	font-size: 28pt; 
	
	/*
	height: 26px;
	border: none;
	border-bottom: 1px solid #d2d2d2;
	margin: 0px;
	padding: 0px;
	z-index: 999;
	*/
}

#navigation ul li:hover ul, #menu ul a:hover ul {
	
	/*
	visibility: visible;
	z-index: 999;
	*/
}

#navigation ul li ul li a {
	
	/*
	width: 158px;
	border: 1px solid #fff;
	display: block;
	padding: 0px 12px 2px 12px;
	text-decoration: none;
	line-height: 22px;
	font-size: 11px;
	color: #333029;
	background: #fff;
	margin: 0px;
	z-index: 999;
	*/
}

#navigation ul li ul li a:hover {
	
	/*
	color: #fff;
	background: #A9C83C;
	*/
}

#navigation ul li ul li a.aktiv, #menu ul li ul li a.aktiv:hover {
	
	/*
	color: #fff;
	background: #9DBB36 url('../images/menu_hover.gif') right no-repeat;
	*/
}

/* - CONTENT LAYER - */


#content {
	margin: 0; padding-top: 0; margin-right: 100px; 
	min-width: 300px; max-width: 600px;
	position: relative;
	top: 60px; left: 350px;

/*	width: 760px;
	border-bottom: 3px solid #839f24;
	padding: 0px 0px 30px 0px;
	background: #fff;
	position: relative;
	margin: 0px auto;
	text-align: left;
	overflow: hidden; */

} */


/* - TEXT - */


#content #text {
	
/*	width: 720px;
	padding: 0px 20px 0px 20px;
	line-height: 22px; */
	
}


/* - TEXT : TAG STYLES - */


#content #text h1 { 

	font-size: 14pt;
	padding-top: 0; margin-top: 0; 
	padding-bottom: 14px;

/*	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	color: #9DBB36;
	font-family: "Arial";
	text-transform: uppercase;
	letter-spacing: 0px; */

}

#content #text h2 { 

	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	color: #9DBB36;
	font-family: "Verdana";
	text-transform: none;
	letter-spacing: 0px;

}

#content #text h3 { 

	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	color: #333;
	font-family: "Verdana";
	letter-spacing: 0px;

}

#content #text h4 { 

	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	color: #9DBB36;
	font-family: "Verdana";
	letter-spacing: 0px;

}

#content #text h5 { 

	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	color: #333;
	font-family: "Verdana";
	letter-spacing: 0px;

}

#content #text h6 { 

	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	color: #AFAFAF;
	font-family: "Verdana";
	letter-spacing: 0px;

}

#content #text p {

	margin: 0px 0px 15px 0px;

}

#content #text table tr td {

	line-height: 22px;

}

#content #text hr {
         
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0px 0px 15px 0px;
	height: 2px;

}

#content #text a {

	color: #333;
	text-decoration: none;

}

#content #text a:hover {

	color: #333;
	text-decoration: underline;

}

#content #text ul {

	margin: 0px 0px 0px 15px;

}

#content #text ul li {

	list-style: square;
	line-height: 22px;

}

#content #text ul li ul li {

	list-style: square;
	line-height: 22px;
	margin: 0px 0px 0px 5px;

}


/* - FOOTER - */


#footer {
	
/*	width: 760px;
	height: 53px;
	padding: 7px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	line-height: 20px;
	background: #fff url('../images/footer.gif') right no-repeat;
	border-top: 9px solid #9dbb36;
	position: relative; */
	
}

#footer p {
	
	color: #EF8900;
	line-height: 25px;
	
}

#facebook {
	text-align: right;
	margin-top: 20px; 
}

p#footer {
	font-size: 34px;
	margin: 0; padding: 16px 0;
	margin-top: 0; 
	border-top: 1px solid gray; 
}

#facebook a:hover {
	text-decoration: none;
	color: blue;
}

/*
#footer ul {
	
	width: 960px;
	padding: 0px;
	margin: 0px;
	
}

#footer ul li {
	
	float: left;
	padding: 0px 2px;
	margin: 0px;
	background: #fff url('../images/footer_li.gif') right no-repeat;
	color: #EF8900;
	
}
*/

#footer a.cms2day_link, #footer a.cms2day_link:hover {
	
	text-decoration: none;
	color: black;
	
}

#footer a {
	
	text-decoration: none;
	color: black;
	
}

#footer a:hover {
	
	text-decoration: underline;
	color: #EF8900;
	
}