/* @override http://127.0.0.1/c20consulting/styles.css */

@font-face {
	font-family: 'AndronRegular';
	src: local('☺'), url('andron_regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body{
	min-width: 1024px;
	height: 100%;
	margin: 0px;
}

#main {
	
	min-width: 1024px;
	margin: 0px auto;
	width: 900px;
	background-color: #fffeff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	line-height: 125%;
}

#navigation {
	min-width: 1024px;
	left: 0px;
	right: 0px;
	width: 100%;
	font-size: 13px;
	top: 0px;
	height: 80px;
	position:absolute;
	background-color: #4f5660;
	background-image: url(images/overlay_noise.png);

}
#navigation #nav_content {
	
	margin: 0px auto;
	width: 900px;
	padding-top: 30px;
	padding-left: 50px;
}
#navigation img {
	margin-bottom: -2px;
	margin-right: 3px;
	margin-left: 3px;
}
#navigation a {
	color: #bbbfc3;
	-webkit-transition: all 0.15s linear;
}
#navigation a:hover {
	color: white;
	text-shadow: white 0px 0px 3px;
}

#logo {
	position: absolute;
	margin-left: 730px;
	top: 0px;
	z-index:2;
}

#copyright {
	
	margin: 0px auto;
	width: 900px;
	background-color: #fffeff;
	font: 12px/125% Arial, Helvetica, Geneva, sans-serif;
	color: #848484;
	text-align: center;
}
#content {
	background: #F0F0F0 url(images/tile.gif) repeat -70% 0px;
	width: 1022px;
	border: 1px solid #b1b1b1;
	top: 100px;
	position: relative;
	min-height: 600px;
	font-size: 12px;
	z-index: 1;
	}
#content_inner {
	
	background: url(images/big-fade.png) repeat-x -70% 0px;

	padding: 20px;
}

#ecke {
	position: absolute;
	left: 820px;
	margin-top: -54px;
	padding: 0;
	border-style: none;
}
#verlauf {
	min-width: 1024px;
	break:both;
	position: absolute;
	left: 0px;
	padding: 0;
	border-style: none;
	z-index: -1;
	width: 100%;
}



.title {
	color: #e1e4e8;
	font:  48px 'AndronRegular', Georgia, "Times New Roman", Times, serif;
}
.title .title2 {
	margin-top: -45px;
	color: #637387;
	font-size: 40px;
	margin-left: 15px;
	text-shadow: #b2b2b2 0 0 5px;
}
a {
	text-decoration: none;
	color: #4e5660;
}
a:hover {
	color: #4f5c6c;
	text-shadow: #5b5b5b 0 1px 2px;
}

div.start_kasten {
	margin-left: 30px;
	margin-right: 100px;
}

.sub_title {
	color: #636363;
	font: 18px/27px 'AndronRegular', Georgia, "Times New Roman", Times, serif;
}