/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(images/kachel.jpg);
	background-repeat: repeat-x;
	background-color: #f2f3f7;
	color: #666699;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
}

body#pop{
	background-image: url(images/kachel_pop.jpg);
}
h1 {
	font:Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #5B5B8B;
}
a{
	color: #666699;
}
.special {
	font:Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #254EA4;
	font-variant: normal;
}
#wrapper {
	margin: 0 auto;
	width: 900px;
	height: 780px;
}

#header {
	color: #333;
	width: 902px;
	height: 195px;
	margin: 0;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	padding: 7px;
}


#faux {
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	background: url(images/curls.jpg);
	background-repeat: no-repeat;
	margin-top: 8px;
}

#fauxprojects {
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	background: url(images/curls.jpg);
	background-repeat: no-repeat;
	margin-top: 8px;
	background-position: 0 0 0 200px;
}

#navcontainer {
	padding: 0px 0px 0px 510px;
	margin: 0;
}
#navcontainer ul
{
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	color: #666699;
	width: 100%;
	font: normal 100% arial, helvetica, sans-serif;
	text-align: center;
}

li {
	display: inline;
}

li a
{
	text-decoration: none;
	color: #666699;
	padding: .2em 1em;
	border-right: 1px solid #fff;
	background-image: url(images/button.jpg);
	background-repeat: repeat-x;
}

li a:hover
{
	background-color: #666699;
	color: #EC9B04;
}
#infobox{
	margin-left: 70px;
}
.info{
	float: left;
	margin-right: 5px;
}

#leftcolumn {
	display: inline;
	color: 666699;
	margin: 10px;
	padding: 10px 0px 0px 60px;
	width: 400px;
	float: left;
}
#rightcolumn {
	float: right;
	color: 666699;
	margin: 10px;
	padding: 0px;
	width: 380px;
	display: inline;
	position: relative;
}
#projects {
	display: inline;
	color: 666699;
	margin: 10px;
	padding: 10px 0px 0px 60px;
	width: 600px;
	float: left;
}
#box{
	margin-top: 210px;
	height: 150px;
	background-image: url(images/box_bg.gif);
	width: 173px;
	background-repeat: repeat-x;
	margin-left: 130px;
	padding: 10px 0 0 5px;
}

#footer {
	width: 100%;
	
	height: 40px;
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding: 2px 0 0 0;
}
#footer p {
	margin-top: 7px;
}

.clear { clear: both; background: none; }

.img-wrapper {
	float : left;
	padding: 10px;
}

.img-wrapper img {
	background-color : #fff;
	display : block;
	border : 1px solid #e2e2e2;
}

/* für die popups */

#leftcolumnpop {
	display: inline;
	color: 666699;
	margin: 10px;
	padding: 25px 0px 0px 60px;
	width: 40%;
	float: left;
}
#rightcolumnpop {
	float: left;
	color: 666699;
	margin: 10px;
	padding: 20px;
	width: 40%;
	display: inline;
	position: relative;
}
