@charset "utf-8";


/* Allgemeine Styles */
* {
	margin:0;
	padding:0;
	}

html {
	height:100%;
	}

body {
	background-color:#840067;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	line-height: 15px;
	text-align:center;
	height: 100%;
	min-height: 101%;
	background-image: url(../images/bgpattern.jpg);
	background-repeat: repeat-x;
	}
	
.seminar {
	min-height: 100%;
	background-image: url(../images/seminar_bg1.gif);
	background-repeat: repeat-y;
	background-position: center;
}

div img {
	display: block;
	border: 0px;
	}
img {
	border: 0px;
	}
	
p {
	padding-bottom: 15px;
}
	
object {
	display: block;
	border: 0px;
	}
	
.floatright {
	float:right;
}
.floatleft {
	float:left;
}
.floatstop {
	clear: both;
}

/* Seitenaufbau und Menue */


#container {
	margin:0px auto;
	text-align:left;
	width:891px;
	background-image:url(../images/c_bgpattern.jpg);
	background-repeat: repeat-x;
	min-height: 100%;
}

/* Padding unten 41, weil Logo nur 35px hoch ist */
#head {
	width:891px;
	padding: 0px 0px 41px 0px;
	background-image:url(../images/logo.gif);
	background-repeat: no-repeat;
}
.banner {
	padding: 27px 0px 0px 57px;
}

#menu {
	padding: 0px 0px 0px 57px;
	height: 38px;
	font-weight: bold;
	line-height: 12px;
	text-transform: uppercase;
}
#menu a:link {
	float: left;
	padding: 12px 15px 0px 15px;
	height: 26px;
	margin-right: 2px;
	display: block;
	color: #fff;
	background-image:url(../images/rollover.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}
#menu a:visited {
	float: left;
	padding: 12px 15px 0px 15px;
	height: 26px;
	margin-right: 2px;
	display: block;
	color: #fff;
	background-image:url(../images/rollover.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}
#menu a:hover {
	float: left;
	padding: 12px 15px 0px 15px;
	height: 26px;
	margin-right: 2px;
	display: block;
	color: #fff;
	background-image:url(../images/rollover.gif);
	background-repeat: no-repeat;
	background-position: 0px -38px;
	text-decoration: none;
}
#menu a.menuon:link {
	float: left;
	padding: 12px 15px 0px 15px;
	margin-right: 2px;
	height: 26px;
	display: block;
	color: #fff;
	background-image:url(../images/rollover.gif);
	background-repeat: no-repeat;
	background-position: 0px -38px;
	text-decoration: none;
}
#menu a.menuon:visited {
	float: left;
	padding: 12px 15px 0px 15px;
	height: 26px;
	margin-right: 2px;
	display: block;
	color: #fff;
	background-image:url(../images/rollover.gif);
	background-repeat: no-repeat;
	background-position: 0px -38px;
	text-decoration: none;
}
#menu a.menuon:hover {
	float: left;
	padding: 12px 15px 0px 15px;
	height: 26px;
	margin-right: 2px;
	display: block;
	color: #fff;
	background-image:url(../images/rollover.gif);
	background-repeat: no-repeat;
	background-position: 0px -38px;
	text-decoration: none;
}



#menuright {
	text-align: right;
	margin: 0px 17px 0px 15px;
	padding-top: 20px;
}
#menuright a:link {
	float: none;
	padding: 0px 0px 0px 0px;
	height: 15px;
	margin: 0px 0px 0px 0px;
	display: inline;
	color: #fff;
	background-image: none;
	background-repeat: no-repeat;
	text-decoration: none;
}
#menuright a:visited {
	float: none;
	padding: 0px 0px 0px 0px;
	height: 15px;
	margin: 0px 0px 0px 0px;
	display: inline;
	color: #fff;
	background-image: none;
	background-repeat: no-repeat;
	text-decoration: none;
}
#menuright a:hover {
	float: none;
	padding: 0px 0px 0px 0px;
	height: 15px;
	margin: 0px 0px 0px 0px;
	display: inline;
	color: #bd009c;
	background-image: none;
	background-repeat: no-repeat;
	text-decoration: none;
}
#menuright a.menuonright:link {
	float: none;
	padding: 0px 0px 0px 0px;
	height: 15px;
	margin: 0px 0px 0px 0px;
	display: inline;
	color: #bd009c;
	background-image: none;
	background-repeat: no-repeat;
	text-decoration: none;
}
#menuright a.menuonright:visited {
	float: none;
	padding: 0px 0px 0px 0px;
	height: 15px;
	margin: 0px 0px 0px 0px;
	display: inline;
	color: #bd009c;
	background-image: none;
	background-repeat: no-repeat;
	text-decoration: none;
}
#menuright a.menuonright:hover {
	float: none;
	padding: 0px 0px 0px 0px;
	height: 15px;
	margin: 0px 0px 0px 0px;
	display: inline;
	color: #bd009c;
	background-image: none;
	background-repeat: no-repeat;
	text-decoration: none;
}

/* Inhalte */

#content {
	width: 851px;
	min-height: 578px;
	background-image:url(../images/c_bg.gif);
	background-repeat: no-repeat;

}
h1 {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	padding: 0px 0px 16px 0px;
}
h2 {
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	padding: 0px 0px 3px 0px;
}
h3 {
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	color: #fff;
	padding: 0px 0px 0px 0px;
}

#start {
	margin-left: 0px;
	width: 891px;
	height: 300px;
	background-image:url(../images/start_bg.jpg);
	background-repeat: no-repeat;
}
.starttext {
	padding: 65px 186px 0px 417px;
}

#folge {
	margin-left: 0px;
	width: 891px;
	height: 600px;
	background-image:url(../images/inhalt_bg.jpg);
	background-repeat: no-repeat;
}
#folgeseminar {
	margin-left: 0px;
	width: 891px;
	height: 600px;
	background-image:url(../images/inhaltseminar_bg.jpg);
	background-repeat: no-repeat;
}
#folge2 {
	margin-left: 0px;
	width: 891px;
	height: 701px;
	background-image:url(../images/inhalt2_bg.jpg);
	background-repeat: no-repeat;
}
#folge a:link, a:visited {
	text-decoration: underline;
	color: #fff;
}
#folge a:hover {
	text-decoration: underline;
	color: #ff66cc;
}
#folge2 a:link, a:visited {
	text-decoration: underline;
	color: #fff;
}
#folge2 a:hover {
	text-decoration: underline;
	color: #ff66cc;
}
#folgeseminar a:link, a:visited {
	text-decoration: underline;
	color: #fff;
}
#folgeseminar a:hover {
	text-decoration: underline;
	color: #a7ff4a;
}

.folgetext {
	padding: 40px 114px 50px 114px;
}
.folgetext2 {
	padding: 0px 114px 50px 114px;
}
.spalte1 {
	float: left;
	width: 300px;
}
.spalte2 {
	float: left;
	width: 300px;
	padding: 0px 0px 0px 60px;
}
.textaboklein {
	padding: 6px 0px 0px 17px;
	width: 170px;
	float: left;
	text-indent: -17px;
}
.textabo {
	padding: 6px 0px 0px 17px;
	float: left;
	text-indent: -17px;
}

.spalte2archiv {
	float: left;
	width: 300px;
	padding: 0px 0px 0px 60px;
	text-align: right;
}
.archivleft {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	width: 140px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.archivright {
	position: relative;
	left: 20px;
	top: 0px;
	float: left;
	width: 140px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}
.archivleft a:link {
	display: block;
	background-image:url(../images/button_left.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 18px;
}
.archivleft a:visited {
	display: block;
	background-image:url(../images/button_left.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 18px;
}
.archivleft a:hover {
	display: block;
	background-image:url(../images/button_left.gif);
	background-repeat: no-repeat;
	background-position: 0px -15px;
	padding: 0px 0px 0px 18px;
}
.archivright a:link {
	display: block;
	background-image:url(../images/button_right.gif);
	background-repeat: no-repeat;
	background-position: 125px 0px;
	padding: 0px 20px 0px 0px;
}
.archivright a:visited {
	display: block;
	background-image:url(../images/button_right.gif);
	background-repeat: no-repeat;
	background-position: 125px 0px;
	padding: 0px 20px 0px 0px;
}
.archivright a:hover {
	display: block;
	background-image:url(../images/button_right.gif);
	background-repeat: no-repeat;
	background-position: 125px -15px;
	padding: 0px 20px 0px 0px;
}

.article {
	padding: 15px 0px 0px 0px;
}
.article2 {
	padding: 7px 0px 0px 20px;
}
.articletitle {
	text-decoration: underline;
	padding: 15px 0px 0px 20px;
}

.spalte_abo1 {
	float: left;
	width: 300px;
	padding: 40px 0px 0px 0px;
}
.spalte_abo2 {
	background-image:url(../images/abogeschenk.jpg);
	background-repeat: no-repeat;
	width: 280px;
	height: 170px;
	float: left;
	padding: 80px 0px 0px 75px;
}

.formular p {
	padding: 7px 0px 0px 0px;
}
input, select {
	margin: 5px 0px 0px 0px;
	font-size: 11px;
	border: 2px solid #310030;
	padding: 2px;
	background-color: #d6afce;
}

.radio {
	border-width: 0px;
	background-color: #6C0058; 
}

.size1 {
	width: 280px;
}
.size2 {
	width: 222px;
}
.size3 {
	width: 40px;
}

.send {
	border-top: 1px solid #310030;
	clear: both;
	width: 650px;	
	padding-top: 7px;
}
.impressumtext {
	border-top: 1px solid #310030;
	font-size: 9px;
	line-height: 13px;
	clear: both;
	padding-top: 25px;
}
.line {
	border-top: 1px solid #310030;
	clear: both;
	padding: 10px 0px 0px 0px;
}


