a {
	color:#009682;
	text-decoration:none;
}

body {
        overflow-x:hidden;
        overflow-y:scroll;
	font-family: 'Helvetica Neue',Helvetica,sans-serif;
	color:black;
}

h1 {
		font-size:150%;
}

h2 {
		font-size:125%;
}


#header #topnav {
	color:#E0E0E0;
	right:100px;
}

#topnav a {
	color:#FFFFFF;
}


#page {
	background:#ffffff none repeat scroll 0 0;
	border:10px solid #ffffff;
}

#submenu li#active, #submenu li strong {
	background-color:#009682;
}

#submenu li a:focus, #submenu li a:hover, #submenu li a:active {
	background-color:#4d4d4d;
	color:#FFFFFF;
}

#header {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#232324 url(/fileadmin/templates/se2011/se2011-header-bg.jpg) repeat-x scroll 0 0;
	color:#FFFFFF;
	height:200px;
	background-position: right;
}

#header img.headImg1 {
	font-size:208%;
	left:10px;
	position:absolute;
	top:10px;
}

#header #banner {
	top:10px;
}

#header div.tx-macinasearchbox-pi1 {
	bottom:8px;
	right:160px;
}

#header div.tx-macinasearchbox-pi1 form input {
	height:13px;
	width:130px;
}

#footer {
	font-size:75%;
}

td.csc-uploads-fileName p.csc-uploads-description {
	background-color:#DDDDDD;	
}

table.contenttable {
	font-size:1em;
}


/* Powermail start */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed 
	background-color: red;*/
	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 200px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 1px solid #aaa;
	background-color: #eee;
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 200px;
	float: left;
	clear: both;
	font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 260px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 200px;
	font-weight: bold;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a,
div.tx_powermail_pi1_fieldwrap_html p a {
	/* Description */
	cursor: help;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn,
div.tx_powermail_pi1_fieldwrap_html p a dfn {
	/* Description */
	display: none;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html p a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
	background-color:none;
}

	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}
/* Powermail end */

/* SR FREECAP (CAPTCHA) START */
img.tx-srfreecap-pi2-image {
	float: right;
}

.tx-srfreecap-pi2-cant-read {
	float: right;
}
/* SR FREECAP (CAPTCHA) END */

/* TT_NEWS START */
.news-latest-item p {
	background:#F7F7EF;
	padding:2% 10% 0 10%;
	font-size:80%;
}


.news-latest-item h3 {
	font-size:1em;
	padding-left:10%;
}

.news-latest-item h3 a {
	text-decoration:none;
}

.news-latest-container h2 {
	font-size:110%;
}

.news-single-item h3 {
	font-size:80%;
}

.news-single-img {
	float:left;
	padding-bottom:1em;
	font-style:italic;
	width:150px;
	font-size:0.8em;
}

div.news-single-img a img {
	float: left; 
	margin-right: 10px;
}

/* TT_NEWS END */

/* Programmtabellen */

.seprogramm {
	border-spacing:2px;
	border-collapse:separate;
	width:100%;
}

.seprogramm th {
	text-align:center;
	background-color:#F0F0F0;
	padding:.5em;
}

.seprogramm td {
	padding:.5em;
}

.seprogramm p {
	line-height:1.3em;
}

th.setrack {
	border-style:solid;
	border-width:1px;
	border-color:black;
}

td.setime {
	background-color:#F0F0F0;
	width:2em;
	vertical-align:top;
}

td.selunch {
	background-color:#d9d9d9;
	text-align:center;
	font-weight:bold;
	height:3.5em;
}

td.secoffee {
	background-color:#d9d9d9;
	text-align:center;
	font-weight:bold;
	padding:0.3em;
}

.seblue1 {
	background-color:#9282E1;
}

.segreen1 {
	background-color:#BEE182;
}

.kitgreen50 {
	background-color:#7fcac0;
}

.sered1 {
	background-color:#D77D86;
}

.sebrown1 {
	background-color:#D7B47C;
}


.seblue2 {
	background-color:#C2B8F6;
}

.segreen2 {
	background-color:#DFF6B8;
}

.kitgreen30 {
	background-color:#B2DFD9;
}

.sered2 {
	background-color:#ECB2B7;
}

.sebrown2 {
	background-color:#ECD5B0;
}

.seyellow2 {
	background-color:#ECEAB1;
}

.kitblue30 {
	background-color:#c7d0e5;
}

.kitblue50 {
	background-color:#a2b1d4;
}

.seauthor {
	font-style:italic;
}

.sevortrag {
	font-weight:bold;
}
