﻿* 
{
    margin: 0;
    padding: 0;
}

body
{
    background-color: #0D1126;
    font: 12px Verdana, Arial, Times, "Times New Roman", serif; 
    background-image: url(../images/bg_main.gif);
    background-repeat:repeat-x;
    color:#D1DCE2;
}
p, ul
{
	margin-bottom:10px;
}
h2
{
    font: 16px Verdana, Arial, Times, "Times New Roman", serif; 
    font-weight:bold;
	margin-bottom:10px;
}
a
{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
	color:#8E5686;
}
.clear {
	clear:both;
	font-size:0;
	line-height:0;
}
#imprint
{
	padding-left:100px;
}
#container {
	position:relative;
	/*margin:0 auto;  center page for non-IE browsers */
	text-align:left; /* reset text-align to left */
	/*width:1230px;*/
	overflow:hidden;
}
.content
{
	position:relative;
	margin:50px;
	padding:50px;
	border-width:3px;
	border-style:solid;
	border-color:#8E5686;
}
ul.with
{
	list-style-position:inside;
	margin-left:50px;
}
ul.withOut
{
	list-style-type:none;
	margin-left:50px;
}
#logo
{
	background-image: url(../images/logo.png);
	background-repeat:no-repeat;
	width:316px;
	height:155px;
	position:relative;
	margin:50px;
}
#skizze
{
	clear:both;
	background-image: url(../images/skizze.png);
	background-repeat:no-repeat;
	width:300px;
	height:151px;
	position:relative;
	margin:0 50px 0 50px;
	float:right;
}