/**
 * Project Styles
 */
/* Base Styles */
html, body {
	margin:0;padding:0;
	//background: #D17F00;
	//background: #01B935;
	background: #B5EBA6;
}
body, table, td, tr, div, p, pre, h1, h2, h3, h4, ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
body, td, div, p, pre, ul {
	font-size: 13px;
}
p {
	margin:0 10px 10px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	margin:0 10px 10px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin:0 10px 10px;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	margin:0 10px 10px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	margin:0 10px 5px;
}
img {
	border-style: solid;
}
table {
	margin:0 10px 10px;
}
ul {
	list-style: disc;
	list-style-position: inside;
	margin:0 10px 10px;
}
strong{
	font-weight: bold;
}

/* Pseudo Classes */
a {
	text-decoration: none;
}
a:link {
	color: #DA470C;
}
a:visited {
	color: #DA470C;
}
a:active {
	color: #DA470C;
}
a:hover {
	color: #EEC402; text-decoration: underline;
}
	.content a:link {
		color: #00009C;
	}
	.content a:active {
		color: #00009C;
	}
	.content a:visited {
		color: #00009C;
	}
	.content a:hover {
		color: #EEC402; text-decoration: underline;
	}
	.header a:link {
		color: #000000;
	}
	.header a:active {
		color: #000000;
	}
	.header a:visited {
		color: #000000;
	}
	.header a:hover {
		color: #EEC402; text-decoration: underline;
	}

/* == Container == */
	.container {
		/*background:url(../share/images/bg-navigation.gif) top right repeat-y;*/
		//background: #EEEEEE;
		//background: #01B935;
		background: #A4DE95;
	}

/* == Header == */
	.header {
		background: #01B935;
	}

/* == Navigation == */
	.navigation {
		//background: #EEEEEE;
		background: #A4DE95;
	}
	/*
	.navigation h1,
	.navigation h2,
	.navigation h3,
	.navigation h4 {
		margin:0;
		padding-left: 0px;
	}
	*/

/* == Content == */
	.content {
		/*background:url(../images/Punkte_dunkler_vblauheller.jpg) top left repeat;*/
		
		/* @note scrollbars for content-area */
		height: 800px;
		overflow: auto;
	}
		#colorManagement .content {
			height: 1000px;
		}
	.content td,
	.content div,
	.content p,
	.content pre,
	.content ul {
		font-size: 14px;
	}
	.content h1 {
		font-size: 30px;
	}
	.content h2 {
		font-size: 24px;
	}
	.content h3 {
		font-size: 18px;
	}
	.content h4 {
		font-size: 14px;
	}
	.content p {
		line-height:1.4em;
	}
/*
.content h1,h2,h3,h4 {
	margin:0; padding-left: 10px;
}
*/

/* SEE - script.css */
.buy a {
	display:block;
	text-indent:-9999em;
	background:url(../images/Kaufen_Logo.gif) top left no-repeat;
	width:85px;
	height:43px;
}
.buy-small a {
	display:block;
	text-indent:-9999em;
	background:url(../images/Kaufen_Logo_klein.gif) top left no-repeat;
	width:72px;
	height:18px;
}
.buy-mail-small a {
	display:block;
	text-indent:-9999em;
	background:url(../images/Kaufen_Mail_klein.gif) top left no-repeat;
	width:72px;
	height:18px;
}
/* SEE - script.css */
.test a {
	display:block;
	text-indent:-9999em;
	background:url(../images/Testen_Logo.gif) top left no-repeat;
	width:85px;
	height:43px;
}
.test-small a {
	display:block;
	text-indent:-9999em;
	background:url(../images/Testen_Logo_klein.gif) top left no-repeat;
	width:72px;
	height:18px;
}
.test-mail-small a {
	display:block;
	text-indent:-9999em;
	background:url(../images/Testen_Mail_klein.gif) top left no-repeat;
	width:72px;
	height:18px;
}

/* == Footer == */
.footer p {
	margin:0;
	padding:5px 10px;
}


/* == Extra == */
	.extra {
		background: #A4DE95;
	}

/* == Footer == */
.footer {
	background: #333333;
	color: #FFF;
}
	.footer a,
	.footer a:link {
		color:#BBB;
		padding:0;
	}
