﻿/* --------------------------- INFO ---------------------------
Web:				http://app.claas.com/presseseite/index.html
Autor: 				Gaby Rohmann
Letzte Aenderung:	06.08.2007 von Gaby Rohmann
*/

/* --------------------------- ALLGEMEINES ---------------------------*/

body {
	margin: 			0px;
	padding: 			0px;
	background-color: 	#FFF;
	color:				#000;
	font-family:		Arial, Helvetica, sans-serif;
	scrolling:			no;
	height:				100%;
	text-align:			center;
}
html {
	/* für den Scrollbalken ,damit er in firefox, mozilla nicht verschwindet. 
	Sonst rutscht der Inhalt nach links (geht nicht in Safari)*/
	margin-bottom:	0.1px;	
}

h1,h2,h3,h4,h5,h6,blockquote,ul,li,p,form {
	margin: 			0;
	padding: 			0;
}

h1 {
	font-size:			18px;
	font-weight:		bold;
	font-family: Arial, Helvetica, sans-serif;
	color:				#333333;
}
h2 {
	font-size:			13px;
	font-weight:		bold;
	padding-bottom:		10px;
	font-family: 		Arial, Helvetica, sans-serif;

}
h3 {
	font-size:			12px;
	font-weight:		bold;
}

#content {
	width:				970px;
	text-align:			left;
	margin-left: 		auto;
	margin-right:		auto;
}
	

a:link,
a:visited {
	color:				#000;
	text-decoration: 	none;
	}
a:active,
a:hover {
	color: 				#6B7402;
	text-decoration: 	underline;
	}
a.mehr {
	color:				#FE0001;
}

/*------------------- Kopf ---------------------*/

#kopf {
	height:				66px;
}

/*------------------- Inhalt links ---------------------*/
#inhalt {
	border: 			1px solid #9DAB00;
	font-size:			11px;
	padding:			22px 14px 10px 14px;
}
.box {			
	clear:				both;
	dsiplay:			block;
}
.links {
	padding:			10px 0;
	width:				172px;
	float:				left;
}

.rechts {
	float:				left;
	padding:			10px 0;
	width:				172px;
	margin-left: 		20px;
}
.rechts p { }
hr {
	clear:				both;
}

/*----------------------------------*/
ul.liste {
	list-style-type: 	none;
	list-style-position: outside;	
}
ul.liste li {
	margin:				1px 0px;
	padding-bottom:		1px;
}
ul.liste[class] li {
	margin:				6px 0px;
	padding-bottom:		2px;
}
ul.liste li a:link,
ul.liste li a:visited {
	width:				205px;
	padding:			3px 5px 3px 16px;
	background-color: 	#fff;	
	background-image:	url(images/navi_pfeil.gif);
	background-repeat: 	no-repeat;
	text-decoration: 	none;
	color:				#000;
}
ul.liste li a:active,
ul.liste li a:hover {
	width:				205px;
	padding:			3px 5px 3px 16px;
	background-color: 	#D0D789;
	background-image:	url(images/navi_pfeil.gif);
	background-repeat: 	no-repeat;
	text-decoration: 	none;
	color:				#000;
}
