/* CSS Document */

body, html {
	background-image: url(../images/head_bg.jpg);
	background-color: #142c46;
	background-repeat: repeat-x;
	background-position: top center;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}

h1 {
	color: #142c46;
	font-size: 200%;
	padding: 0px;
	margin: 0px;
}

h2 {
	color: #142c46;
	font-size: 180%;
	padding: 0px;
	margin: 0px;

}

h3 {
	color: #142c46;
	font-size: 160%;
	padding: 0px;
	margin: 0px;

}

h4 {
	color: #142c46;
	font-size: 105%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;

}

h5 {
	color: #142c46;
	font-size: 120%;
	padding: 0px;
	margin: 0px;

}

small {
	font-size: 90%;
}

#maincontainer {
	margin: 0px auto;
	width: 812px;
	height: auto;
}

/*---------------------KLEINE HELFERLEIN------------------------*/

.clear {
	clear: both;
}

/*----------------------------HEAD--------------------------------*/

#header {
	width: 812px;
	background-image: url(../images/head.jpg);
	height: 301px;
}

#header h1 {
	position: relative;
	top: 4px;
	left: 12px;
	color: #fff;
	font-style: italic;
	font-size: 180%;
	font-weight: normal;
	padding: 0px;
}

#header h2 {
	font-size: 130%;
	font-weight: normal;
	width: 350px;
	position: relative;
	top: 170px;
	left: 450px;
	color: #fff;
}

#name {
	width: 400px;
	height: 50px;
	float: left;
}

#top_nav {
	text-align: right;
	width: auto;
	position: relative;
	left: 110px;
	float: left;
}

#top_nav ul {
	margin: 8px 0 0 20px;
	padding: 0px;
	list-style: none;
}

#top_nav li {
	float: left;
	text-align: right;
	text-align: right;
}

#top_nav a {
	color: #66a7d6;
	text-decoration: none;
	margin-left: 18px;
	padding-right: 18px;
	border-right: solid 1px #66a7d6;
	font-size: 90%;
}

#top_nav a:hover {
	color: #fff;
}

/*--------------------NAVIGATION---------------------------*/

#navigation {
	width: 800px;
	clear: both;
	top: 184px;
	margin-left: 12px;
	position: relative;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation li {
	float: left;
}

#navigation a {
	padding: 0 12px 0 12px;
	background-image: url(../images/bg_button.jpg);
	line-height: 22px;
	height: 22px;
	display: block;
	width: auto;
	text-decoration: none;
	font-weight: bold;
	margin-left: 4px;
	color: #000;
}

#navigation a:hover {
	background-image: url(../images/bg_button_hover.jpg);
	
}

/*-------------------CONTENT-------------------------------*/


#content {
	width: 760px;
	padding: 10px 26px 10px 26px;
	background-image: url(../images/bg_content.jpg);
	height: auto;
}

#content a {
	color: #54991c;
}

#content h3 {
	font-size: 125%;
	color: #54991c;
	font-weight: normal;
	margin-bottom: 12px;
}

#content p {
	padding: 0px;
	margin: 0px;
	font-size: 90%;
	margin-bottom: 18px;
}

#content a:hover {
	color: #000;
	text-decoration: none;
}

#content ul {
	margin: 0px;
	list-style: url(../images/pfeil.gif);
	margin-bottom: 18px;
}

#content li {
	line-height: 18px;
}
ol li {
	font-size: 400%;
}

.block {
	font-size: 95%;
}
/*--------------------------CONTENT LEFT-------------------------------*/
#content_left {
	width: 230px;
	height: auto;
	padding: 10px;
	background-color: #fff;
	/*background-image: url(../images/bg_content_left.jpg);*/
	background-repeat: no-repeat;
	background-position: bottom right;
	float: left;
}

#content_left ul {
	margin-left: 0px;
	padding-left: 15px;
}

#content_left li {
	margin-bottom: 4px;
}

#content_left img {
	border: none;
	float: left;
	margin-right: 12px;
}

/*-----------RECHTE SPALTE-----------------*/

#content_right {
	float: left;
	width: 500px;
	margin-left: 10px;
	height: auto;
}

#right_top {
	background-color: #fff;
	padding: 10px;
	/*background-image: url(../images/bg_content_right_top.jpg);*/
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-bottom: 10px;
}
#right_top h3 {
	font-weight: bold;
}

#right_top img {
	border: none;
	float: left;
	margin-right: 12px;
}

.right_small {
	width: 225px;
	padding: 10px;
	background-color: #fff;
	float: left;
	margin-right: 10px;
	/*background-image: url(../images/bg_content_small.jpg);*/
	background-repeat: no-repeat;
	background-position: bottom right;
}

.right_small ul {
	margin-left: 0px;
	padding-left: 20px;
}

.right_small li {
	margin-left: 0px;
	margin-bottom: 4px;
}

.right_small img {
	border: none;
	float: left;
	margin-right: 12px;
}

/*---------------------FOOTER-------------------------------*/

#footer {
	width: 782px;
	background-image: url(../images/footer_bg.jpg);
	height: 58px;
	padding: 0px 15px 15px 15px ;
}

#footer_left {
	background-color: #fff;
	width: 390px;
	padding: 18px 0 0 12px;
	height: 38px;
	float: left;
	font-size: 85%;
}

#footer_left small {
	color: #66a7d6;
}

#footer_right {
	background-color: #fff;
	padding:10px 0 0 50px;
	width: auto;
	position: relative;
	left: 85px;
	height: 48px;
	float: left;
}

#footer_right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer_right a {
	font-size: 90%;
	color: #66a7d6;
	text-decoration: none;
}

#footer_right a:hover {
	color: #000;
}

/*---------------------TABELLEN WURST---------------------*/
table {
	width: 100%;
	margin: 0px;
	border: none;
	margin-bottom: 18px;
}

thead {
	height: 24px;
	margin: 0px;
	text-align: left;
	background-image: url(../images/th_bg.jpg);
	text-transform: uppercase;
}

tfoot {
	background-color: #FFF;
	font-size: 80%;
	color: #244763;
}

th {
	padding: 0 0 0 6px;
	border-left: solid 1px #cedfef;
	color: #234e6e;
}

td {
	background-color: #FFF;
	border-bottom: solid 1px #d4e6f4;
	line-height: 18px;
	padding: 4px;
}
tr {
	
	border-bottom: solid 1px #d4e6f4;
}

/*------------LETS BUBBLE--------------------*/
div.bubble {
	width: auto;
	font-size: 90%;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	padding: 10px;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(../images/tip.gif) no-repeat 20px 0;
	font-style: normal;
}
