/* CSS Document */

/************* Grunddefinitionen **************/
body {
	font:normal 12px/140% Arial,Verdana,Tahoma,Helvetica,Geneva,sans-serif;
	color:#555;
	line-height:130%;
	padding:0;
	margin:0;
	border-spacing:0px;
	border-collapse:collapse;
	background:url(../images/bg.gif) repeat-x;
}

#content a {
	color:#555;
	text-decoration:underline;
}

#content a:hover {
	color:#555;
	text-decoration:none;
}

#content h1 {
	font-size:16px;
	margin:12px 0 8px 0;
}

#content span .ueberschrift1 {
	font-size:16px;
	margin:12px 0 8px 0;
	font-weight:bold;
}

#content span .ueberschrift2
{
	font-size:12px;
	color:#cc0000;
	padding:0;
	margin:0;
	font-weight:bold;	
}

#content p {
	margin:0 0 12px 0;
}

#content p.image {
	margin: 0 15px 15px 0;
/*	border:1px solid #bbb;*/
}

#content .leftCol {
	float:left;
}

#content .rightCol {
	margin-left:170px;
/*	background:url(../images/star.gif) 180px 0 no-repeat; */
}

#content .leftCol img {
	border:1px solid #bbb;
}

#content h2 {
	font-size:12px;
	color:#cc0000;
	padding:0;
	margin:0;
}

input, textarea, select {
	font:normal 12px/140% Arial,Verdana,Tahoma,Helvetica,Geneva,sans-serif;
}

#content .icon 
{
	padding-right:10px; float:left;
}

#content .text2 p {
	margin-left:130px;
}

#right h2 {
	font-size:12px;
	color:#cc0000;
	padding:10px 0 0 0;
	margin:0;
}

#right div {
	font-size:11px;
	color:#777;
	padding:10px 0;
	margin:0;
}

#right .ueberschrift2 {
	font-size:12px;
	color:#cc0000;
	padding:10px 0 0 0;
	margin:0;
	font-weight:bold;
}

#right div p a, #right div span a {
	color:#777;
	font-weight:bold;
	text-decoration:underline;
	padding-left:13px;
	background:url(../images/column_button.gif) left 3px no-repeat;
}

#right div p a:hover, #right div span a:hover {
	color:#777;
	text-decoration:none;
}

label.text {
	width:125px;
	display:block;
	float:left;
	text-align:right;
	margin:4px 10px 0 0;
}

.formField {
	width:300px;
	margin:2px 0;
	background:url(../images/bg_textfield.gif) repeat-x #fff;
	border:1px solid #aaa;
}

.formField_disabled {
	width:300px;
	margin:2px 0;
	color:#a8a8a8;
	background:url(../images/bg_textfield.gif) repeat-x #fff;
	border:1px solid #aaa;
}

textarea.formField {
	width:300px;
	margin:2px 0;
	background:none;
	border:1px solid #aaa;
}


/************* Sitemap **************/
#sitemap {
	float:left;
	margin-right:10px;
}

#sitemap ul {
	padding:0;
	margin:0;
	width:275px;
	list-style-type:none;
}

#sitemap .first ul {
	margin-bottom:10px;
	border-bottom:1px solid #e0e0e0;
}

#sitemap li {
	border-color:#e0e0e0;
	border-style:solid;
	border-width:1px 0 0 0;
}

#sitemap .first li a {	
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	background:url(../images/bg_button4.gif) repeat-x #cc0000;
	padding:2px 0 0 8px;
	display:block;
	height:18px;
	border-color:#e0e0e0;
	border-style:solid;
	border-width:0 1px;
}

#sitemap .first li a:hover {
	color:#cc0000;
	text-decoration:none;
	background:url(../images/bg_button4_h.gif) repeat-x #fff;
}

#sitemap .second ul {
	margin-bottom:0;
	border:none;
}

#sitemap .second li a {
	font-weight:bold;
	color:#555;
	padding:2px 0 0 20px;
	background:url(../images/bg_button5.gif) repeat-x #fff;
}

#sitemap .second li a:hover {
	color:#cc0000;
	text-decoration:none;
	background:url(../images/bg_button5_h.gif) repeat-x #fff;
}

#sitemap .third ul {
	margin-bottom:0;
	border:none;
}

#sitemap .third li a {
	font-weight:normal;
	color:#555;
	padding:2px 0 0 40px;
	background:url(../images/bg_button6.gif) repeat-x #fff;
}

#sitemap .third li a:hover {
	color:#cc0000;
	text-decoration:none;
	background:url(../images/bg_button6_h.gif) repeat-x #fff;
}

/************* Layout **************/
#container {
	width:950px;
	margin:0 auto;
	background-color:#fff;
}

#top {
	height:240px;
	background:url(../images/header.jpg) no-repeat center 20px;
	border-bottom:1px solid #fff;
}

#left {
	float:left;
	width:200px;
	margin-left:15px;
	background:url(../images/bg_login.gif) no-repeat #e0e0e0;
}

#leftLoginCustom{
	float:left;
	width:200px;
	margin:15px;
	padding:0;
}

#right {
	float:right;
	width:130px;
	margin:0;
	padding:5px 20px 5px 5px;
}

#content {
    margin-left:215px;
	margin-right:165px;
	padding:15px 0px 5px 10px;
}

#footer {
	clear:both;
	height:15px;
	margin:0;
	padding:0;
	background-color:#fff;
	border-bottom:1px solid #eee;
}

#footernavi {
	width:950px;
	height:15px;
	margin:0;
	padding:0;
	margin:0 auto;
}

/************* Header-, Footer, und Contentnavigation **************/
#top span {
	display:block;
	text-align:right;
	padding:3px 20px;
	font-size:11px;
}

#top span a {
	color:#888;
	text-decoration:none;
}

#top span a:hover {
	color:#555;
	text-decoration:underline;
}

#top #lang {
	float:left
}

#top #lang span {
	display:inline;
	padding:0;
	text-decoration:underline;
}

#footernavi span {
	text-align:right;
	display:block;
	padding:3px 20px;
	font-size:11px;
}

#footernavi span a {
	padding-left:12px;
	color:#888;
	text-decoration:none;
	background:url(../images/icon_siteup.gif) no-repeat 0 4px;
}

#footernavi span a:hover {
	color:#555;
	text-decoration:underline;
}

#footernavi .copyright {
	color:#888;
	float:left;
}

#content h3 {
	font-size:11px;
	font-weight:normal;
	color:#cc0000;
	padding:0 0 5px 0;
	margin:0;
	border-bottom:1px solid #bbb;
}

#content td span
{
	text-align:left;
}

#content h3 a {
	color:#cc0000;
	text-decoration:none;
}

#content h3 a:hover {
	color:#cc0000;
	text-decoration:underline;
}

/************* Listen **************/
#top ul {
	position:relative;
	top:70px;
	left:215px;
	padding:0;
	margin:0;
	font-weight:bold;
	list-style-type:none;
	width:100%;
}

#top ul li {
	float:left;
	border-color:#fff;
	border-style:solid;
	border-width:1px 0 0 1px;
}

#top ul li a {
	color:#fff;
	text-decoration:none;
	background:url(../images/bg_button1.gif) repeat-x #cc0000;
	padding:6px 0 0 18px;
	width:101px;
	height:21px;
	display:block;
}

#top ul li a:hover {
	color:#cc0000;
	text-decoration:none;
	background:url(../images/bg_button1_h.gif) repeat-x #fff;
}

#left ul {
	padding:0;
	margin:0;
	font-weight:bold;
	list-style-type:none;
}

#left li {
	border-color:#e0e0e0;
	border-style:solid;
	border-width:1px 0 0 0;
}

#left ul li a {
	color:#fff;
	text-decoration:none;
	background:url(../images/bg_button2.gif) repeat-x;
	padding:2px 0 0 8px;
	display:block;
	height:18px;
}

#left ul li a:hover {
	color:#cc0000;
	text-decoration:none;
	background:url(../images/bg_button2_h.gif) repeat-x;
}

#left ul li ul li a {
	color:#fff;
	padding:2px 0 0 20px;
	background:url(../images/bg_button3.gif) no-repeat;
}

#left ul li ul li a:hover {
	color:#cc0000;
	padding:2px 0 0 20px;
	background:url(../images/bg_button3_h.gif) no-repeat;
}

#left .error
{
	color:#c00;
}

#content ul {
	padding:0 0 0 16px;
	margin:10px 0;
}

/************* Formulare **************/
#left #form {
	padding:0;
	margin:10px;
	font-weight:bold;
}

#left #form p {
	margin:0 3px 0 0;
	text-align:right;
}

#left input {
	width:174px;
	margin:2px 0;
	border:1px solid #aaa;
	background:url(../images/bg_textfield.gif) repeat-x;
}

#left input:focus {
	border:1px solid #888;
}

#left input.kundenbereich {
	width:200px;
	margin:0;
	border:0;
	background:none;
}

#left #form .button {
	width:81px;
	height:20px;
	border:none;
	background:none;
}

#left #form .button_login {
	width:81px;
	height:20px;
	margin:0;
	padding:0;
	border:none;
	background:url(../images/button_login.png) no-repeat;

}

#left #form .button_logout {
	width:74px;
	height:20px;
	margin:5px 0 0 0;
	padding:0;
	border:none;
	background:url(../images/button_logout.png) no-repeat;
}

#login .error{/*display:none;*/ color:#990000; font-size:0.8em; margin-bottom:10px;}

/************* Images **************/
#logo {
	position:relative;
	top:98px;
	left:15px;
	width:200px;
	height:120px;
	background:url(../images/logo_clevergps.gif) no-repeat;
}

#shadow {
	background:url(../images/shadow.png) repeat-y center;
}

#teaser_map {
	width:200px;
	height:300px;
	background:url(../images/teaser_map.gif) no-repeat;
}

/************* Formulare ******************/

#content .error
{
	color:#c00;
}

#content .formText {
	width:125px;
	float:left;
	text-align:right;
	margin:4px 10px 0 0;
}

#content .button_send {
	width:74px;
	height:20px;
	margin:0;
	padding:0;
	border:none;
	background:url(../images/button_send.png) no-repeat;
}

#content .button_cancel {
	width:74px;
	height:20px;
	margin:0;
	padding:0;
	border:none;
	background:url(../images/button_cancel.png) no-repeat;
}

#content .button_save {
	width:74px;
	height:20px;
	margin:0;
	padding:0;
	border:none;
	background:url(../images/button_save.png) no-repeat;
}
