/**
 * Layout for rt-gruppe.de
 * (c) CLICKSPORTS DIGITAL SOLUTIONS
 * http://www.clicksports.de
 * 
 * $Rev: 1673 $
 * $Author: cs $
 * $Date: 2010-04-23 12:36:21 +0200 (Fr, 23 Apr 2010) $
 */

/* Reset Section */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0px; padding: 0px; }
table { border-collapse: collapse; border-spacing: 0px; }
fieldset,img { border: 0px; }
address,caption,cite,code,dfn,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }
q:before,q:after { content:''; }
abbr,acronym { border: 0; }
object, embed { outline: none; }

html, body { height: 100%; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DEDEDE;
	background: #102045 url(../../layout/rt-gruppe.de/tiles.png) fixed;
}

a:link { color: #FFFFFF; text-decoration: none; }
a:visited { color: #FFFFFF; text-decoration: none; }
a:hover { color: #FFFFFF; text-decoration: underline; }
a:active { color: #FFFFFF; text-decoration: none; }

/* Default page Section */
div#page,
div#footer {
	width: 860px;
	margin: 0px auto;
	padding: 0px 50px 0px 30px;
	min-height: 100%;
	background-image: url(../../layout/rt-gruppe.de/page.png);
	background-repeat: repeat-y;
	position: relative;
}

h1#company { padding-top: 22px; }
h1#company a { display: block; }
h1#company a:link, h1#company a:visited { outline: none; }

/* Language switch Section */
ul#language_switch {
	top: 7px;
	right: 60px;
	list-style: none;
	position: absolute;
}
ul#language_switch li { float: left; }
ul#language_switch a { margin-left: 6px; display: block; }
ul#language_switch a img { display: block; }

/* Search Section */
form#search {
	top: 100px;
	right: 50px;
	position: absolute;
}
input#searchfield {
	width: 173px;
	padding: 2px 5px 2px 10px;
	border: 1px solid #939AAB;
	background-color: #102045;
}

ol.search { list-style: none; }
ol.search h2, ol.search p {
	margin-bottom: 22px;
	padding: 0px 10px 0px 30px;
	line-height: 16px;
}
ol.search h2 {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 18px;
}

/* Navigation Section */
ul#navigation {
	margin-top: 45px;
	padding: 0px 25px;
	font-size: 13px;
	list-style: none;
	position: relative;
	z-index: 150;
}
ul#navigation li { float: left; }

ul#navigation li a {
	padding: 0px 5px;
	line-height: 26px;
	display: block;
	position: relative;
}
ul#navigation li ul a { line-height: 32px; }
ul#navigation li.active a, ul#navigation li.active ul li.active a,
ul#navigation li.active a:hover, ul#navigation li.active ul li.active a:hover { text-decoration: underline; }
ul#navigation li.active ul a, ul#navigation li.active ul li.active ul a { text-decoration: none; }

ul#navigation li.sub a,
ul#navigation li.sub ul li.sub a {
	padding-right: 15px;
	background-image: url(../../layout/rt-gruppe.de/navigation_hassub_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
ul#navigation li.sub ul a,
ul#navigation li.sub ul li.sub ul a { padding-right: 5px; background-image: none; }

ul#navigation li a span.indicator {
	width: 11px;
	height: 7px;
	bottom: -7px;
	margin-left: -6px;
	background-image: url(../../layout/rt-druckwerkstaetten.de/navigation_sub_arrow.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	position: absolute;
	left: -5000px;
	z-index: 50;
}
ul#navigation li a:hover span.indicator,
ul#navigation li.hover span.indicator { left: 50%; }

ul#navigation ul {
	width: 810px;
	padding: 0px 25px;
	left: -9999px;
	position: absolute;
	background: url(../../layout/rt-druckwerkstaetten.de/subnavigation.png) repeat;
	list-style: none;
}
ul#navigation li:hover ul.level-2,
ul#navigation li ul.level-2 li.sub:hover ul,
ul#navigation li.hover ul.level-2,
ul#navigation li.hover ul.level-2 li.hover ul.level-3 { left: 0px; }

/* Metanavigation Section */
ul#navigation li#metanavigation {
	right: 12px;
	font-size: 10px;
	position: absolute;
}
ul#navigation li#metanavigation ul { width: auto; left: auto; position: static; background: none; }
ul#navigation li#metanavigation ul a { line-height: 26px; }

/* Teaser Section */
div#teaser { border-bottom: 2px solid #FFFFFF; position: relative; }

div.teaser { height: 218px; position: relative; }
div.teaser img {
	top: 0px;
	left: 0px;
	display: block;
	position: absolute;
	z-index: 20;
}
div#teaser-text {
	width: 564px;
	padding: 10px 8px 15px 8px;
	left: 25px;
	bottom: 0px;
	background-image: url(../../layout/rt-druckwerkstaetten.de/teaser.png);
	position: absolute;
	z-index: 30;
}
div#teaser-text h1 { margin-bottom: 15px; font-size: 20px; }
div#teaser-text h2 { font-size: 12px; line-height: 16px; }

span#teaser-prev,
span#teaser-next {
	width: 33px;
	height: 33px;
	top: 75px;
	display: block;
	position: absolute;
	z-index: 150;
	background-repeat: no-repeat;
	cursor: pointer;
}
span#teaser-prev { left: 25px; background-image: url(/files/druckwerk_l.png); }
span#teaser-next { right: 25px; background-image: url(/files/druckwerk_r.png); }

/* Content Section */
div#content_columns { padding-bottom: 127px; background-color: #213052; position: relative; z-index: 100; }
div#content { width: 600px; padding-top: 20px; float: left; }
div#sidebar { width: 190px; float: right; }

div.contents { padding: 0px 10px 0px 30px; }
div.contents h1 {
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 24px;
}
div.contents h2 {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 18px;
}

div.contents p,
div.contents table,
div.contents ul {
	margin-bottom: 22px;
	line-height: 16px;
}
div.contents ul { margin-left: 17px; }

/* Picture Gallery */
ul.images li { float: left; list-style: none; }
ul.images { margin-left: 0px !important; }
ul.images li a alt { display: none; }

/* Pagination Section */
ul.pagination { margin-left: 24px; list-style: none; }
ul.pagination li {
	border: 1px solid #FFFFFF;
	float: left;
	margin: 6px;
	padding: 4px;
	text-align: center;
}
ul.pagination li.active {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
ul.pagination li.active a {	color: #102045; text-decoration: underline; }
ul.pagination li a { display: block; }

/* Content Modules */
ul.article_listing { list-style: none; }
ul.article_listing li { margin-bottom: 5px; padding-bottom: 15px; }
ul.article_listing span.date { margin-bottom: 5px; padding: 0px 10px 0px 30px; display: block; }
ul.article_listing li h1 { width: 370px; }

div.flashwrapper { padding: 0px 10px 0px 30px; }

/* News Overview */
ul.news { list-style: none; }
ul.news li { margin-bottom: 10px; }
ul.news li h3 { margin-bottom: 10px; padding: 0px 10px 0px 30px; font-size: 18px; }
ul.news li h3 a { padding-left: 20px; background-image: url(/files/karte_icon_gruen.png); background-repeat: no-repeat; background-position: left center; line-height: 18px; }
ul.news li div.contents h1 { color: #FFFFFF; font-size: 14px; line-height: 16px; }
ul.news li div.contents { width: 385px; padding-bottom: 20px; float: left; }
ul.news li div.contents h2 { color: #FFFFFF; font-size: 12px; line-height: 14px; }
ul.news li div.news_image { padding: 0px 0px 20px 18px; float: right; }

ul.news li h3 a.loc { padding-left: 0px; }
ul.news li h3 a.loc2 { color: #E00047; background-image: url(/files/karte_icon_magenta.png); }
ul.news li h3 a.loc3 { color: #009b4e; background-image: url(/files/karte_icon_gruen.png); }
ul.news li h3 a.loc4 { color: #00B1EB; background-image: url(/files/karte_icon_hellblau.png); }
ul.news li h3 a.loc5 { color: #EC870E; background-image: url(/files/karte_icon_orange.png); }
ul.news li h3 a.loc6 { color: #ffffff; background-image: url(/files/karte_icon_weis.png); }
ul.news li h3 a.loc7 { color: #CC0033; background-image: url(/files/karte_icon_rot.png); }

/* Locations */
table.location-data,
table.location-manager  { width: 100%; margin-top: 15px; }

table.location-data tr td:first-child,
table.location-manager tr td:first-child { width: 150px; }

table.location-manager td { padding: 2px 0px 15px 0px; vertical-align: top; }
table.location-data td { vertical-align: top; }
div#map { margin-left: 180px; }

ul#location_map {
	width: 545px;
	height: 642px;
	margin-left: 30px;
	background-image: url(../../files/rt_karte_de.jpg);
	background-repeat: no-repeat;
	position: relative;
	list-style: none;
}
ul#location_map li {
	width: 13px;
	height: 13px;
	position: absolute;
	background-repeat: no-repeat;
}
ul#location_map li a {
	width: 13px;
	height: 13px;
	display: block;
}
ul#location_map li a span { display: none; }

ul#location_map li.loc2 { background-image: url(/files/karte_icon_magenta.png); }
ul#location_map li.loc3 { background-image: url(/files/karte_icon_gruen.png); }
ul#location_map li.loc4 { background-image: url(/files/karte_icon_hellblau.png); }
ul#location_map li.loc5 { background-image: url(/files/karte_icon_orange.png); }
ul#location_map li.loc6 { background-image: url(/files/karte_icon_dunkelblau.png); }
ul#location_map li.loc7 { background-image: url(/files/karte_icon_rot.png); }

div#map * { color: #333333; }

/* Horizontal Rulers (HR) */
div.hr {
	height: 13px;
	background-image: url(../../layout/rt-gruppe.de/hr.png);
	background-repeat: no-repeat;
}

/* Sidebar Section */
div#sidebar form { margin: 20px 0px; }
div#sidebar form legend {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 13px;
}
div#sidebar form input,
div#sidebar form select {
	width: 175px;
	margin-bottom: 10px;
	padding: 2px 5px 2px 10px;
	border: none;
	color: #5E5E5D;
	background-image: url(../../layout/rt-gruppe.de/gradient_input.png);
	background-repeat: repeat-y;
	display: block;
}
div#sidebar form select { width: 190px; padding-right: 0px; }
div#sidebar form select option { color: #5E5E5D; }

ul#companies { margin: 20px 0px; list-style: none; }
ul#companies li a img { margin-bottom: 8px; display: block; }

div#sidebar div.contents { padding-left: 0px; }

/* Footer Section */
div#footer {
	width: 920px;
	height: 100px;
	min-height: 0px;
	margin-top: -100px;
	padding: 0px 20px 0px 0px;
	position: relative;
	z-index: 100;
}
div#footer_content {
	height: 100px;
	background-image: url(../../layout/rt-gruppe.de/footer.png);
	background-repeat: repeat-x;
	position: relative;
}
div#footer_content h3 { padding: 13px 0px 0px 60px; font-size: 24px; }
div#footer_content h3 span { font-size: 10px; display: block; }

div#footer_content h4 {
	color: #DEDEDE;
	font-size: 10px;
	padding: 10px 0px 0px 60px;
}

/* Form Section */
input,
textarea,
select,
option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DEDEDE;
}

/* Form Section for Contact*/
input,
textarea,
select,
option {
    color: #4B5156;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: none;
    background-color: #FFFFFF;
}

label { cursor: pointer; }
legend {
    margin: 0px 0px 13px 0px;
    padding: 0px;
    font-size: 14px;
    color: #4B5156;
}

div.input_small { padding-left: 170px;}
div.input, div.checkbox { margin-bottom: 10px; }
div.input label { width: 170px; padding-top: 6px; display: inline-block; vertical-align: top; }
div.checkbox label {
	width: 315px;
	font-size: 11px;
	display: block;
	float: right;
}

div.input input,
div.input textarea,
div.input select {
    width: 300px;
    padding: 5px;
    border: 1px solid #A9A9A9;
}
div.input input[type=radio] { width: auto; }

div.input select { width: 309px; }
div.input textarea { height: 94px; }

div.checkbox label strong {
	font-size: 12px;
	line-height: 10px;
	text-transform: uppercase;
}

div.submit input {
	border: 1px solid #A9A9A9;
	padding: 2px 3px;
	width: 80px;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 8px;
}

div.validation-advice { padding-left: 170px; color: #990000; }

/* Error Handling and Messages */
ul.msg {
	margin: 0px 10px 25px 30px;
	padding: 9px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	font-weight: 800;
	list-style: none;
}
ul.error { border-color: #990000; color: #990000; }
ul.success { border-color: #009900; color: #009900; }

/* Clearing Section */
.container:after { content:"\0020"; display:block; height:0; clear:both; visibility:hidden; overflow:hidden; }
.container { display:block; }
.clearer { clear: both; }

