/*---IMPS Anmeldung inkl. Forumular---*/
/*-------header-------*/

body{
	margin: 0;
	padding: 0;
	background: #003F7E;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#container{
	margin: 5px auto 0 auto;
	width: 660px;
}

div#container img.header-bottom{
	width: 660px;
	height: 5px;
	margin: 0;
	padding: 0;
	float: left;
}

div#header{
	background: url(http://live1.ipmediasuite.com/register/nextage/layout/header.gif) no-repeat;
	width: 660px;
	height: 72px;
	float: left;
}

div#header img{
	float: right;
	margin: 6px 10px 0 0;
	border: none;
}

div#header a{
	text-decoration: none;
}

div#content{
	background: url(http://live1.ipmediasuite.com/register/nextage/layout/bg_content.gif) repeat-y;
	float: left;
	width: 660px;
}

div#content img.mod{
	margin: 0 10px 0 0;
	border: 1px solid #C3C8CB;
}

/*---Typo---*/

h1{
	font-size: 16px;
	margin: 0px 0 5px 30px;
	font-weight: bold;
	color: #003F7D;
}

h2{
	font-size: 12px;
	margin: 30px 0 10px 30px;
	font-weight: bold;
}

p{
	font-size: 11px;
	margin: 0px 40px 10px 30px;
	 /*width: 350px;*/
	line-height: 1.5;
}

div#text{
	float: left;
	width: 390px;
	margin: 0 20px 0 0;
}

img.trennlinie{
	height: 2px;
	width: 660px;
	margin: 10px 0;
}

div#text ul{
	margin: 0 0 0 45px;
	padding: 0;
	font-size: 11px;
	list-style-image: url(../layout/aufzaehlung-punkte.gif);
	line-height: 16px;
}

div#text ul li{
	margin: 8px 0 0 0;
	padding: 0;

	list-style-image: url(../layout/aufzaehlung-punkte.gif);
}

/*---Timetable---*/

table{
	font-size: 11px;	
	margin: 10px 0 0px 30px;
	/*background: #F9DC98;*/
}

table tr td.title{
	width: 70px;
}

/*---formular---*/

form#form1{
	margin: 10px 0 0 30px;
	padding: 0;
	width: 300px;
}

fieldset.felder{
	width: 300px;
	font-size: 11px;
	border: none;
}

fieldset.felder label{
	float: left;
	width: 100px;
	margin: 0px 0 0px 0;
	padding: 0;
}

fieldset.felder input{
	margin: 0 0 5px 0;
	width: 150px;
	border: 1px solid #003F7D;
	padding: 2px;
	font-size: 11px;
	color: #003F7D;
}

fieldset.felder label.radio{
	float: left;	
}

fieldset.felder label{
	float: left;
	width: 9.09em;
	/*width: 200px;*/
	font-size: 11px;
	display: block;
	border: 1px solid #fff;
	margin: 2px 0 0 0;
}

fieldset.felder label.radio{
	width: 50px;
	display: block;
	margin: 2px 0 10px 0;
}

fieldset.felder input.radio{
	margin: 0;
	border: none;
	width: 25px;
	color: #003F7D;
	float: left;
	display: block;
}

fieldset a{
	float: right;
	font-size: 11px;
	background: #003F7D;
	color: white;
	border: none;
	margin: 5px 42px 5px 0;
	padding: 4px;
	text-decoration: none;
}

fieldset a:hover{
	background: #003365;
}

input#Anmelden{
	float: right;
	width: 70px;
	margin: 0 42px 10px 0;
}

/*---footer---*/

div#footer{
	width: 660px;
	background: url(http://live1.ipmediasuite.com/register/nextage/layout/bg_footer.gif) no-repeat;
	float: left;
	margin: 0;
	padding: 0;
	color: #003F7D;
	height: 72px;
}

div#footer img{
	margin: 8px 0px 0 15px;
}








