/*============================
Stylesheet Mad-Mike-Production

1. Allgemeines

2. Kopfbereich

3. Content

4. Navigation

==============================*/

/*=============================
1. Allgemeines
===============================*/
* {
	margin:0px;
	padding:0px;
}
body {
	background-color:#333333;
	color:#B0CAD2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#main {

	height:600px;
	width:770px;
	margin:10px auto;
	position:relative;
}
a {
	color:#B0CAD2;
	text-decoration:none;
}
	a:active {
	outline: none;
	}
	a:hover {
		text-decoration:underline;
	}
	a:focus {
		color:#EC8D1A;
		outline: none;
	}
img {
	border:none;
	padding-bottom:10px;
	margin-right:10px;
}
/*=============================
2. Kopfbereich
===============================*/
#head {
	position:relative;
	background-color:#666666;
	height:80px;
}
	#head .top {
		background-image:url(../images/head-oben.jpg);
		height:5px;
		width:770px;
		position:absolute;
		top:0px;
	}
	#head .center {
		background-image:url(../images/head-center.jpg);
		width:770px;
		text-align:center;
		position:absolute;
		top:5px;
	}
	#head .bottom {
		background-image:url(../images/head-unten.jpg);
		height:10px;
		width:770px;
		position:absolute;
		bottom:0px;
	}
	
/*=============================
3. Content
===============================*/
#content {
	background-color: #666666;
	min-height:300px;
	width:620px;
	position:absolute;
	top:80px;
	left:150px;
}
	#content .top {
		background-image:url(../images/content-oben.jpg);
		height:5px;
		width:620px;
		position:relative;
		top:0px;
	}
	#content .center {
		background-image:url(../images/content-center.jpg);
		min-height:285px;
		width:620px;
		position:relative;
	}
	#content .bottom {
		background-image:url(../images/content-unten.jpg);
		height:10px;
		width:620px;
		position:relative;
		bottom:0px;
	}
#page {
	margin:0px 15px 0px 10px;
	text-align: justify;
}
	#page p {
		padding-bottom:5px;
	}
	#page h1 {
		padding-bottom: 5px;
		font-size:15px;
	}
	#page h3 {
		padding-bottom: 5px;
		font-size:15px;
	}
	#page a {
		color:#EC8D1A;
		text-decoration:none;
	}
	#page a:hover {
		text-decoration:underline;
	}
	#page .text-left img {
		float:right;
		margin-left:10px;
	}
	#page .text-right img {
		float:left;
		margin-right:10px;
	}
	#page hr {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	/*=================================
	Projekte Format
	/*===============================*/
	#page .projekt-text {
		position:absolute;
		top:40px;
		left:108px;
	}
	#page .projekt-image {
		position:relative;
	}
	#page .projekt-image img {
		padding:0px;
	}
	/*=================================
	Referenzen Format
	/*===============================*/
	#page .referenzen-text {
		position:absolute;
		top:0px;
		left:160px;
	}
	#page .referenzen-image {
		position:relative;
	}
	#page .referenzen-image img {
		padding:0px;
	}
	/*=================================
	Links Format
	/*===============================*/
	#page .links-text {
		position:absolute;
		top:0px;
		left:210px;
	}
	#page .links-image {
		position:relative;
	}
	#page .links-image img {
		padding:0px;
	}
	/*=================================
	News Format
	/*===============================*/
	#page .news-datum {
		font-weight: bold;
	}
.clearer {
	clear:both;
}
.spacer {
	padding-bottom:10px;
}
.text-center {
	text-align:center;
	padding:10px 0px 10px 0px;
}

/*=============================
4. Navigation
===============================*/
#navi {
	background-color:#666666;
	width:150px;
	position:absolute;
}
	#navi .top {
		background-image:url(../images/navi-oben.jpg);
		height:5px;
		width:150px;
		position:absolute;
		top:0px;
	}
	#navi .bottom {
		background-image:url(../images/navi-unten.jpg);
		height:10px;
		width:150px;
		position:absolute;
		bottom:0px;
	}
	#navi .center {
		background-image:url(../images/navi-center.jpg);
		width:150px;
		padding-top:5px;
		padding-bottom:10px;
	}
		
	/*============================================
	Listen
	=============================================*/
	#navi ul li {
		list-style:none;
		margin-left:8px;
	}
	/*============================================
	Hidden Field
	=============================================*/
	#navi #navi-control {
		visibility:hidden;
	}