/*====================
kredite.pl - style.css
======================
autor: maximilian pahl
====================*/

* {
margin: 0;
padding: 0;
}

body {
background: #fff;
color: #666;
font-family: verdana, arial, sans-serif;
font-size: 11px;
line-height: 14px;
}

a {
color: #666;
text-decoration: none;
}

img {
border: none;
}

p {
text-align: justify;
line-height: 1.5;
margin-bottom: 5px;
}

h1 {
font-size: 150%;
margin-bottom: 10px;
}

#wrapper {
width: 720px;
}

#header {
width: 670px;
height: 75px;
padding-left: 50px;
}

#topmenu {
width: 670px;
height: 18px;
padding: 2px 0 0 50px;
background: #002f99;
}

	ul#topmenu_ul li {
	display: inline;
	margin-right: 25px;
	font-size: 10px;
	}

	ul#topmenu_ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}

	#logo {
	float: left;
	width: 355px;
	height: 37px;
	margin: 15px 0 0 0;
	}

	#dropdown {
	float: right;
	margin: 35px 0 0 0;
	}

#submenu {
width: 670px;
height: 165px;
padding-left: 50px;
margin: 0 0 20px 0;
}

	#submenu span.submenu_span {
	font-size: 10px;
	color: #000;
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
	}

	#submenu ul.submenu_ul li {
	font-size: 10px;
	line-height: 15px;
	list-style-position: inline;
	list-style-type: none;
	background:url('gfx/icon_point.png'); 
	}

	#submenu div.submenu_content {
	margin: 75px 0 0 20px;
	}

	#submenu_left {
	float: left;
	width: 223px;
	height: 165px;
	background: url('gfx/submenu_left.png');
	}

	#submenu_mid {
	float: left;
	width: 224px;
	height: 165px;
	background: url('gfx/submenu_mid.png');
	}

	#submenu_right {
	float: left;
	width: 223px;
	height: 165px;
	background: url('gfx/submenu_right.png');
	}

#content {
width: 670px;
padding-left: 50px;
}

	#content_spacer {
	width: 670px;
	height: 3px;
	background: url('gfx/content_spacer.gif') no-repeat;
	}

	#content_top {
	width: 670px;
	padding: 0 0 15px 0;
	}

		#top_left {
		float: left;
		width: 670px;
		}

/*		#top_right {
		float: right;
		width: 301px;
		height: 150px;
		background: url('gfx/top_right.png') no-repeat;
		}*/

	#content_bottom {
	width: 670px;
	padding: 20px 0 0 0;
	}

		#bottom_left {
		float: left;
		width: 330px;
		height: 137px;
		background: url('gfx/bottom_left.png') no-repeat;
		}

		#bottom_right {
		float: right;
		width: 322px;
		height: 139px;
		background: url('gfx/bottom_right.png') no-repeat;
		}

#footer {
width: 650px;
height: 17px;
margin: 20px 0 0 50px;
padding: 4px 10px;
color: #fff;
background: #002f99;
}

	#footer a {
	color: #fff;
	text-decoration: none;
	}

	#footer a:hover {
	text-decoration: underline;
	}

	#footer_left {
	float: left;
	}

	#footer_right {
	float: right;
	}

div.clear {
clear: both;
}




tr.odd {
height: 40px;
background: #C3CADB;
}

tr.even {
height: 40px;
background: #DADEE7;
}
