/* @override 
	http://www.take-online.de/tl_files/styles.css
	http://take-online.de/tl_files/styles.css
*/

/* @group main/reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

strong {
	font-weight: bold;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/* @end */


/* @group basic */

body {
	font: 0.9em/1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p {
	margin-bottom: 1em;
}

a {
	color: #e2001a;
	text-decoration: none;
}

a:hover {
	background-color: #e2001a;
	color: #fff;
}

h1 {
	color: #e2001a;
	font-weight: bold;
	margin-bottom: 0.6em;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1.1em;
}

h2 {
	color: #e2001a;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0.6em;
}

#header {
	position: relative;
}

#header #logo {
	width: 263px;
	height: 190px;
	padding-top: 20px;
	float: left;
}

#header #logo a {
	width: 257px;
	height: 168px;
	display: block;
	background-image: url(http://www.take-online.de/tl_files/display/logo_take.png);
}

#header #logo a:hover {
	background-color: transparent;
}

#header #add_fullbanner_header {
	width: 468px;
	height: 60px;
	background-color: white;
	position: absolute;
	top: 20px;
	right: 0;
}

#right #add_skyscraper_main {
	width: 120px;
	height: 600px;
	background-color: #white;
	position: absolute;
	right: 0;
}

#left .image_container a {
	background-color: transparent;
}

#left .mod_article, #left .mod_newslist .layout_full, #left .mod_newsreader .layout_full, #left .mod_newslist .layout_short, #left .mod_newsarchive, #left .mod_eventreader, #main .mod_twitterreader {
	background-color: white;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 15px;
	margin-bottom: 20px;
}

#main #mediadaten {
	background-color: #e2001a;
	padding: 15px;
	margin-bottom: 20px;
}

#main #mediadaten h2, #main #mediadaten a {
	color: #fff;	
}

#main #mediadaten a:hover {
	background-color: #fff;
	color: #e2001a;
}

#left #archiv table td {
	font-size: 0.94em;
	vertical-align: top;
	line-height: 1.3em;
}

#left #impressum table td {
	font-size: 0.78em;
	vertical-align: top;
	line-height: 1.3em;
}

#left .mod_newslist .layout_full p.info, #left .mod_newslist .layout_short p.info, #left .mod_newsmenu li.year, #left .mod_eventreader p.info, #left .mod_newsarchive p.info {
	font-weight: bold;
}

#left .mod_article .ce_text ul {
	list-style-type: square;
	margin-left:18px;
	margin-bottom:1em;
}

#left .mod_article .ce_text ul li {
	list-style-type: square;
}

#left p.small {
	font-size: 0.8em;
	line-height: 1.4em;
}

#left .formbody label.mandatory {
	display: block;
	width: 70px;
	float: left;
	padding-top: 10px;
}

#left .formbody p.error {
	clear: both;
	color: #ff0000;
	margin-bottom: 7px;
}

#left #kontakt form {
	padding-left: 12px;
	padding-top: 8px;;
}

#left #kontakt input, #left #kontakt textarea {
	font: 0.9em/1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	width: 260px;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

#left #kontakt .formbody textarea {
	width: 360px;
	max-width: 360px;
	height: 150px;
	line-height: 150%;
}

#left #kontakt .formbody input {
	margin-bottom: 6px;
}

#left #kontakt .formbody input:hover, #left #kontakt .formbody textarea:hover,
#left #kontakt .formbody input:focus, #left #kontakt .formbody textarea:focus {
	border-color: #C9C9C9;
	box-shadow: rgba(0,0,0, 0.35) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.35) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 8px;
	}

#left #kontakt .formbody input.submit  {
	width: auto;
	padding: 9px 15px;
	background: #e2001a;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 15px;
}

#left #kontakt .formbody input.submit:hover  {
	background: #ff0000;
}

#main {
	padding-left: 20px;
}

#main .mod_twitterreader {
	height: 160px;	
}

#main .mod_twitterreader span.date {
	font-weight: bold;
}

#main #follow {
	height: 120px;
}

#main #follow a.facebook {
	width: 50px;
	height: 50px;
	display: block;
	background: url(http://www.take-online.de/tl_files/display/facebook.png) no-repeat;
	float: left;
}

#main #follow a.twitter {
	width: 50px;
	height: 50px;
	display: block;
	background: url(http://www.take-online.de/tl_files/display/twitter.png) no-repeat;
	margin-left: 60px;
}

#main #add_rectangle_main {
	background-color: white;
	background-color: rgba(255, 255, 255, 0.8);
	width: 300px;
	padding-bottom: 1px;
	margin-bottom: 20px;
}

#main #add_rectangle_main p {
	margin-top: 10px;
	padding: 0 15px;
}

#footer {
	font-size: 0.8em;
	line-height: 1.6em;
	height: 110px;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.8);
}

#footer #footerL {
	width: 425px;
	height: 110px;
	float: left;
	margin-right: 20px;
	padding-top: 20px;
	padding-left: 15px;
}

#footer #footerR {
	width: 425px;
	height: 110px;
	margin-left: 460px;
	padding-top: 20px;
	padding-right: 15px;
}

/* @end */


/* @group navigation */

#header .mod_navigation ul.level_1 {
	position: absolute;
	top: 112px;
	right: 0;
}

#header .mod_navigation ul.level_1 li {
	display: inline;
	background-color: white;
	padding: 10px;
	text-transform: uppercase;
	margin-right: 15px;
	font-size: 1.3em;
}

#header .mod_navigation ul.level_1 li.active {
	background-color: #e2001a;
	color: #fff;
}

#header .mod_navigation ul.level_1 li.last {
	margin-right: 0px;
}

#header .mod_navigation ul.level_1 li a {
	color: #8c0010;
	text-decoration: none;
}

#header .mod_navigation ul.level_1 li a {
	color: #8c0010;
	text-decoration: none;
}

#header .mod_navigation ul.level_1 li a:hover {
	color: #e2001a;
	background-color: #fff;
	text-decoration: none;
}

table.la_calendar { 
	font-size: 12px;
    border-color: #E5E5E5 #E5E5E5 -moz-use-text-color;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    width: 100%;
}
table.la_calendar td {
    border-bottom: 1px solid #E5E5E5;
    padding: 7px 5px;
}
tr.la_calendar_row_a {
    background: none repeat scroll 0 0 #FFFFFF;
}
tr.la_calendar_row_b {
    background: none repeat scroll 0 0 #EFEFEF;
}
td.la_calendar_title {
    color: #000000;
    font-weight: bold;
}

/* @end */


