body {
	font: 12px/18px Verdana, Arial, Helvetica, Sans-Serif;
	color: #222222;
	background-color: #ffffff;
	margin: 45px;
	scrollbar-base-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;	
}

#wrapper {
	width: 900px;
}

#header {
	margin-bottom: 15px;
}


.clr {
	clear: both;
}

.left {
	float: left;
	width: 70%;
}

.right {
	width: 30%;
	float: left;
}

.rightContent {
	padding: 0px 20px;
	padding-right: 0;
	font-size: 11px;
	line-height: 16px;
}


table.links  td{
	padding: 5px 0;
	width: 50%;
	border-bottom: 1px solid #cccccc;
}
img {
	border: 0;
}

#navigation {
	background: url('images/line.gif') #ffffff;
	font-size: 12px;
}

#navigation a:hover {
	color: #0501e6;
}

#footer {
	color: #999999;
	font-size: 11px;
	text-align: center;
}

#content {
	padding: 10px 50px;
}

.clr {
	clear: both;
}


hr{
	background-color: #CCCCCC; /* Farbe für Opera und Firefox */
	color: #CCCCCC; /* Farbe für Internet Explorer (IE) */
	border: 0;
	height: 1px;
}


h1 {
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
}

h2 {
	color: #d80808;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;	
}

h3 {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;	
}

h4 {
	color: #d80808;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;	
}

h5 {
	color: #0501e6;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;	
}

a:link, a:active, a:visited {
	color: #d80808;
	text-decoration: none;
}

a:hover {
	color: #0501e6;
	text-decoration: none;
}

table.table {
	width: 100%;
	border: 1px solid #cccccc;
	border-bottom: 0;
}

table.table th, table.table td {
	padding: 5px;
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
	text-align: left;

} 

table.table th {
	background: #efefef;
} 
