/* @override http://sf_umfrage.local/css/main.css */

* { padding: 0; margin: 0; }

body {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 950px;
	margin: 20px auto 20px auto;
	background: #fff;
	border: 1px solid #005395;
	border-top: 1px solid #005395;
}

#header {
	width: 830px;
	height: 60px;
	float: left;
	padding: 40px 120px 0px 0px;
	border: 1px solid #9bca3e;
	margin: 0px 0px 0px 0px;
	background: #005395 url('../images/backend/background_service-wm.png') no-repeat;
	text-align: right;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#leftcolumn {
	float: left;
	width: 198px;
	height: 350px;
	margin: 2px 20px 2px 2px;
	padding: 10px;
	background: #005395 url('../images/backend/kundenkompass_background_blue_216.png') repeat-y;
	color: #fff;
}

#leftcolumn a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	margin-top: 5px;
}

#leftcolumn a:hover {
	color: #9bca3e;
}

#rightcolumn {
	float: right;
	color: #000;
	background: #fff;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	width: 678px;
	display: inline;
}

#footer {
	width: 950px;
	height: 30px;
	clear: both;
	padding: 12px 0px 0px 0px;
	margin: 0px;
	text-align: center;
	background: #005395 url('../../images/kunden-kompass/kundenkompass_background_blue_30.png') repeat-x;
	color: #fff;
}

#footer a {
	color: #fff;
}

/* @group Links */

a {
	color: #005395;
	text-decoration: underline;
}

a:hover {
	color: #9bca3e;
}




/* @end */

/* @group Lists */

blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin: 1em;
}

ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:0em;

}

ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
}

ul li {
	/*giving UL's LIs generated disc markers*/
	/*list-style: disc outside;*/
	list-style-type: none;
	margin-top: 0.5em;
}

/* @end */

/* @group Tables */

a img {
	border: 0px;
}

table,tr,td,th {
	border: none;
}

table,tr,th {
	border: 1px dotted #999ba2;
}
th {
	background-color: #c1c1c1;
}



tbody tr.list-row-first {
	background-color: #e1e1e1;
}

table thead tr th a {
	color: #5f5f5f;
	text-decoration: underline;
}

/* @end */
