@charset "utf-8";
/*
	Corporate css for all logvocatus pages
	
	@author: Christian Gatzen	
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #4e4e4e;
	background: #fff;
}

a {
	outline: none;
	color: #000;
}

.floatstop {
	float: none;
	clear: both;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 985px;
	margin: 0 0 -128px 0;
}

#header {
	height: 204px;
}

	#header h1 {
		padding: 26px 0 0 37px;
		float: left;
	}

	#header h1 a  {
		display: block;
		height: 43px;
		text-indent: -9999px;
		width: 185px;
	}
	
	#corporatenavigation {
		float: left;
		margin: 10px 0 0 28px;
	}
	
		#corporatenavigation ul {
			list-style: none;
		}
		
		#corporatenavigation li {
			float: left;
			width: 94px;
			text-align: center;
		}
		
		#corporatenavigation li a {
			color: #000;
			text-decoration: none;
		}
		
		#corporatenavigation li.active a {
			font-weight: bold;
		}
		
	#navigation {
		height: 44px;
	}
	
		#navigation ul {
			list-style: none;
			padding: 9px 0 0 0;
			float: right;
		}
		
			#navigation li {
				float: left;
				height: 35px;
				margin: 0 0 0 2px;
				
			}
			
				#navigation li a {
					display: block;
					height: 27px;
					margin: 0 0 0 4px;
					padding: 8px 12px 0 8px;
					color: #fff;
					font-weight: bold;
					text-decoration: none;
				}
				
				#navigation li.active a, #navigation li.active a:hover {
					color: #000;
				}
								
				#navigation li a:hover {
					color: #ccc;
				}
				
	#contentcontainer {	
		float: left;
		padding: 56px 0 0 0;
		margin: 0 0 30px 0;
	}
				
		#subnavigation {
			width: 198px;
			float: left;
			padding: 0 0 0 16px;
		}
		
			#subnavigation ul {
				list-style: none;
			}
			
			#subnavigation li {
				width: 178px;
				height: 38px;
				margin: 0 0 2px 0;
			}
			
			#subnavigation li a{
				display: block;
				width: 152px;
				height: 28px;
				background: url(../images/corporate_bg_subnavi.gif) 0 0 no-repeat;
				margin: 0 0 2px 0;
				padding: 10px 0 0 26px;
				text-decoration: none;
			}
			
			#subnavigation li a:hover {
				text-decoration: underline;
			}
			
			#subnavigation li.active a, #subnavigation li.active a:hover{
				background-position: 0 -38px;
			}
		
		#content {
			width: 529px;
			padding: 0 20px 0 0;
			float: left;
		}
		
		#contentlarge {
			width: 771px;
			float: left;
		}
		
			h2 {
				color: #00378e;
				font-size: 14px;
				margin: 0 0 15px 0;
			}
			
			#content p, #conentlarge p {
				margin: 0 0 8px 0;
			}
			
			#content ul, #contentlarge ul {
				list-style: none;
				margin: 0 0 8px 0;
			}
			
			#content li, #contentlarge li  {
				background:  url(../images/corporate_li_tick.gif) 0 2px no-repeat;
				font-weight: bold;
				padding: 0 0 0 23px;
				margin: 0 0 2px 0;
			}
		
		#sidebar {
			width: 222px;
			float: left;
		}
		
		.login {
			background-color: #e5e5e5;
			padding: 4px 0 0 16px;
		}
		
		.login form {
			float: none;
			clear: both;
		}
		
			.login form label {
				font-size: 11px;
				display: block;
			}
			
			.login form input {
				border: 1px solid #959595;
				margin: 0 0 5px 0;
				width: 186px;
				padding: 2px;
			}
			
			.login form input.submitbtn {
				background: #959595;
				color: #fff;
				width: 100px;
				height: 25px;
				font-size: 11px;
				margin: 2px 0 5px 92px;
				border: none;
				cursor: pointer;
			}
			
			.login a {
				font-size: 11px;
				color: #959595;
			}
		
		.loginblue {
			background-image: url(../images/corporate_login_head_blue.gif);
			background-position: 0 0;
			background-repeat: no-repeat;
		}
		
		.login h4{
			font-size: 12px;
			font-weight: bold; 
			color: #fff;
			height: 24px;
			float: left;
			width: 148px;
		}
		
		.login p.register {
			float: left;
			font-size: 11px;
		}
		
		.login p.register a {
			color: #000;
		}
		
		.loginfoot {
			background: url(../images/corporate_login_foot.gif) 0 0 no-repeat;
			height: 4px;
		}
		
		
		

#footer, #push {
	height: 128px;
}

#footer {
	background: url(../images/corporate_bg_footer.gif) 0 0 repeat-x;
	padding: 20px 0 0 214px;
	height: 108px;
	color: #000;
}

#footer p {
	width: 190px;
	float: left;
}

