
/*

Thank you for visiting this CSS document.
(c) Sascha Bregenhorn

---

green		#00a965
blue		#268ccc
yellow		#fff00c

*/



/*** main elements ***/

body {
	margin: 0px;
	padding: 0px;
	background-color: #00a965;
	text-align: center;
}
#container {
	width: 980px;
	margin: auto;
	background: url(../images/bg_content.gif) 0px 190px;
	text-align: left;
}
#content {
	overflow: auto;
}
#content_left {
	float: left;
	width: 320px;
}
#content_right {
	float: right;
	width: 630px;
}
#content_right_inside {
	margin: 0px 30px 20px 0px;
}



/*** navigation ***/

#navigation {
	margin: 0px 0px 70px 20px;
	overflow: auto;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation li {
	border-bottom: 1px dotted #fff00c;
}
#navigation a {
	display: block;
	font: normal 12px/18px verdana;
	color: #fff;
	padding: 8px 0px 9px 10px;
	text-decoration: none;
}
#navigation a:hover {
	color: #fff00c;
	background: url(../images/bg_navigation_ro.gif) left bottom no-repeat;
}



/*** typo ***/

p, th, td, #content_right_inside li {
	font: normal 12px/22px verdana;
	color: #444;
	margin-top: 0px;
}
h1 {
	font: normal 18px/26px georgia;
	color: #00a965;
	margin-bottom: 10px;
}
a:link, a:visited, a:active {
	color: #268ccc;
	text-decoration: none;
}
a:hover {
	color: #00a965;
	text-decoration: underline;
}
a:focus {
	outline-offset: -1px;
	-moz-outline: none;
	outline: none;
}



/*** specials ***/

.image_right {
	float: right;
	margin: 0px 0px 20px 20px;
	border: 1px solid #fff00c;
	padding: 2px;
}
table {
	margin-top: 20px;
}
td {
	padding: 0px 30px 5px 0px;
}
#banner {
	text-align: center;
}
