@import url("main_wrap.css");
@import url("main_teaser.css");
@import url("main_content.css");
@import url("main_head.css");
@import url("main_navigation.css");
@import url("main_newsletter.css");
/*			Basics			*/
html {
	min-height: 100%;
}
div, body {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #C0E967;
	height: 100%;
	background-image: url(../img_index/bg_repeat_down.png);
	background-repeat: repeat-x;
}
body {
	font-size: 0.7em;
}
table {
	width: 100%;
	font-size: 1em;
	border-collapse: collapse;
}
table tr td {
	vertical-align: top;
}
body, a, table {
	font-family: Arial;
	color: #555555;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	/*text-shadow: 1px 1px 0px;*/
}
clear {
    clear:both;
}

input[type=text] {
	border: 1px solid #D4D4D4;
	height: 22px;
	padding-left:8px;
	width:163px;
}

#accept_agb {
    margin-right:5px;
}

/*.cbutton {
	cursor:pointer;
	height:26px;
	padding: 0 10px;
	background-color:#B0C916;
	border-radius:4px;
	color:white;
	display:inline;
	font-weight:bold;
	border:none;
}*/
.cbutton {
	display: block;
	width: 177px;
	height: 35px;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	background-image: url(../img_index/bg_content_teaser_top_a.png);
	background-repeat: no-repeat;
	margin-top: 15px;
	overflow: hidden;
	border:none;
	cursor:pointer;
}
.cbutton:hover {
    text-decoration:underline;
}
.cbuttona {
	display: block;
	width: 144px;
	height: 25px;
	color: #FFF !important;
	font-size: 1.1em;
	font-weight: bold;
	background-image: url(../img_index/bg_content_teaser_top_a.png);
	background-repeat: no-repeat;
	padding-left: 33px;
	padding-top: 10px;
	margin-top: 15px;
	overflow: hidden;
	float:left;
	cursor:pointer;
}
.cbuttona:hover {
    text-decoration:underline!important;
}
.mymessage {
	color:#C6002F !important;
	font-size:18px !important;
	margin-bottom:15px !important;
}
.float_l {
	float:left;
}
.clear {
	clear:both;
}
.ie_fix_that_checkbox {
	margin-right:5px;
	margin-top:4px;
}
.border_for_message {
	border:2px solid #C6002F;
	padding:13px 10px 0px 10px;
	margin-bottom:20px;
}
.seminar_header {
	font-size:large !important;
	text-align:left;
	margin-bottom:40px !important;
}
.seminar_table_header {
	font-size:large !important;
}
.first_sem_row {
	width:35%;
	float:left;
	padding-right:10px !important;
}
.second_sem_row {
	width:20%;
	float:left;
	padding-right:10px !important;
}
.third_sem_row {
	width:20%;
	float:left;
	padding-right:10px !important;
}
.fourth_sem_row {
	width:20%;
	float:left;
}
.sem_gray_background {
	background-color:#f5f5f5;
	padding:5px;
	float:left;
	width:98%;
}
.sem_white_background {
	background-color:transparent;
	width:98%;
	height:10px;
}
.month_seminars {
	font-size:14px;
	font-weight:bold;
	margin:20px 0px 8px !important;
}
