/**
	* Default styles for www.oesm.at
	* Copyright (c) 2009 oesm.at
	* Properties are noted in alphabetical order
	*/



/* ---------- GENERAL ---------- */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	background: #333;
	color: #333;
	font: normal normal 14px/22px Helvetica, Arial, sans-serif;
}

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

a img {
	border: 0;
}

div.center {
	margin: 0 auto;
	width: 860px;
}



/* ---------- HEADER ---------- */
div#header {
	background: #f3f3f3 url(../img/bg_header.png) left bottom repeat-x;
	border-bottom: 4px solid #ffff00;
	min-height: 76px;
}

div#header h1 {
	float: left;
	height: 50px;
	margin: 14px 0 0 0;
	width: 200px;
}

div#header h1 a {
	background: url(../img/logo3.png) left top no-repeat;
	display: block;
	height: 50px;
	overflow: hidden;	
	text-indent: -999em;
	width: 120px;
}

div#header ul#navigation {
	list-style: none;
	padding: 35px 0 0 0;
	position: relative;
}

div#header ul#navigation li {
	float: left;
	margin: 0 10px;
	padding: 0 0 0 0;
	position: relative;
}

div#header ul#navigation li a {
	color: #333333;
	display: block;
	font: normal normal 18px/22px "Trebuchet MS", sans-serif;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}

div#header ul#navigation li.active {
	/*background: url(../img/arrow_up.png) center bottom no-repeat;*/
}

div#header ul#navigation li:hover, div#header ul#navigation li.active:hover {
	background: url(../img/bg_dropdown.png) left top repeat;
}
div#header ul#navigation li:hover > a {
	color: #0fb1e5;
}


div#header ul#navigation li ul {
	background: url(../img/bg_dropdown.png) left top repeat;
	display: none;
	margin: 0px 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	left: 0px;
	list-style: none;
	width: 160px;
	z-index: 20;
}

div#header ul#navigation li:hover ul {
	display: block;
}

div#header ul#navigation li ul li, 
div#header ul#navigation li:hover ul li, 
div#header ul#navigation li.active ul li, 
div#header ul#navigation li.active ul li.active {
	background: none;
	margin: 0;
	padding: 0;
}

div#header ul#navigation li ul li a {
	background: none;
	border-bottom: 1px solid #6c6c6c;
	color: #ffff00;
	display: block;
	font: normal normal 13px/22px Helvetica, Arial, sans-serif;
	padding: 2px 10px;
	width: 140px;
}

div#header ul#navigation li ul li a:hover {
	background: url(../img/bg_dropdown_hover.png) left top repeat;
	color: #0fb1e5;
}



/* ---------- MAIN ---------- */
div#main {
	float: left;
	background: #fff;
	width: 100%;
}



/* ---------- HOMEPAGE - PICTURES ---------- */
div#pictures {
	border-bottom: 1px solid #cccccc;
	float: left;
	padding: 20px 0;
}

div#pictures img {
	float: left;
	margin-left: 20px;
}

div#pictures div.tx-wagrandomimage-pi1 :first-child {
margin-left: 0;
}


/* ---------- NORMAL PAGE - HEADING ---------- */
div#heading {
	border-bottom: 1px solid #cccccc;
	float: left;
	padding: 10px 0;
	width: 860px;
}

div#main div#heading h2 {
	float: left;
	font: normal normal 22px/22px "Trebuchet MS", sans-serif;
	margin: 25px 0 0 0;
	color: #333;
}

div#main div#heading h2 span {
	display: inline-block;
	width: 220px;
	color: #0fb1e5;
}

div#heading img {
	float: right;
}



/* ---------- CONTENT ---------- */
div#content {
	float: left;
	padding: 8px 0 20px 0;
	text-align: justify;
}

div#content div.box {
	float: left;
	margin-right: 20px;
	width: 200px;
}

div#content div.one {
	width: 200px;
}

div#content div.two {
	width: 420px;
}

div#content div.three {
	width: 640px;
}

div#content div.last {
	margin: 0;
}

div#main h2 {
	color: #0fb1e5;
	font: normal normal 18px/22px "Trebuchet MS", sans-serif;
	margin: 12px 0 10px 0;
}

div#content ul {
	list-style: none;
}

div#content ol {
	margin-left: 20px;
}

div#content ul li {
	background: url(../img/arrow_white.png) left 6px no-repeat;
	padding: 0 0 0 10px;
}

div#content p, div#content ul {
	margin: 10px 0 20px 0;
}

div#content h3 {
	background: #ffff00;
	color: #333;
	display: inline-block;
	font: normal normal 16px/22px "Trebuchet MS", sans-serif;
	margin: 10px 0 -2px 0;
	padding: 2px 5px;
}

div#content h4 {
	color: #0fb1e5;
	font: normal normal 16px/22px "Trebuchet MS", sans-serif;
	margin: 12px 0 0 0;
}

div#content h5 {
	color: #333;
	font: normal normal 16px/22px "Trebuchet MS", sans-serif;
	margin: 12px 0 0 0;
}
div#content h6 {
	color: #333;
	font: normal normal 14px/22px "Trebuchet MS", sans-serif;
	margin: 12px 0 0 0;
}

div#content a {
	color: #0fb1e5;
	text-decoration: none;
}

div#content a:hover {
	color: #09f;
	text-decoration: underline;
}

#content * A:visited {
	color: #09f;
	text-decoration: none;
}
#content * A:active {
	color: #3ff;
	text-decoration: underline;
}



div#content a.morelink {
	background: #ffff00 url(../img/arrow_yellow.png) 4px center no-repeat;
	border: none;
	color: #333;
	display: block;
	line-height: 18px;
	float: right;
	margin: -18px 0 0 0;
	padding: 0 4px 0 12px;
	text-decoration: none;		
}

div#content a.morelink:hover, div#content div#landkarte ul li a:hover {
	background: #333 url(../img/arrow_grey.png) 4px center no-repeat;
	color: #fff;
}

div#content ul#subnavigation {
	margin: 8px 0 20px -10px;
}

div#content ul#subnavigation ul {
	margin: 0;
	padding-left: 10px;
}

div#content ul#subnavigation > li {
	background: none;
}

div#content ul#subnavigation li a {
	color: #333;
	display: inline-block;
	font-weight: bold;
	padding: 0px 3px;
	margin: 2px 0px;
	text-decoration: none;
}

div#content ul#subnavigation li:hover {
	padding-left: 12px;
}

div#content ul#subnavigation li a:hover {
	color: #0fb1e5;
	text-decoration: none;
}

div#content ul#subnavigation li.active > a {
	background: #0fb1e5;
	color: #fff;
	text-decoration: none;
}

div#content ul#subnavigation li.active:hover {
	padding-left: 10px;
}

div#content .csc-frame-rulerBefore {  border-top: 2px solid #eee; margin: 10px;  }
div#content .csc-frame-rulerAfter {  border-bottom: 2px solid #eee; margin: 10px; }
/*div#content .csc-header * { margin: 2px 0px; padding: 2px 0px; }*/
div#content .csc-frame-indent {  
	padding: 5px 60px;
	background-image: url(/fileadmin/images/alle/diverses/quote-open.png);
	background-repeat: no-repeat;
}
div#content .csc-frame-indent3366 {  padding: 3px 50px; }
div#content .csc-frame-indent6633 {  padding: 3px 100px; }
div#content .csc-frame-frame1 {
	border: 4px solid #bbb;
	background-color: #e0e0e0;
	margin: 5px 30px; 
	padding: 8px;
	width: 80%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
div#content .csc-frame-frame2 {
	border: 3px solid #bbb;
	background-color: transparent;
	margin: 5px 30px; 
	padding: 8px;
	width: 80%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
div#content .imgtext-table { margin: 15px; }
div#content .contenttable-1 .tr-even {
	background-color:#F0E0B7;
}
div#content .contenttable-1 .tr-0 {
	background-color:#E6D5A6;
}
div#content .contenttable-1 TD {
	padding-left: 5px; 
}


/* ---------- FOOTER ---------- */
div#footer {
	background: #333 url(../img/bg_footer.png) left top repeat-x;
	clear: both;
	color: #999;
	float: left;
	font-size: 12px;
	line-height: 18px;
	width: 100%;
}

div#footer a {
	color: #ddd;
	text-decoration: underline;
}

div#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

div#firstfooter, div#secondfooter {
	float: left;
	padding: 20px 0;

	width: 860px;
}

div#firstfooter {
	border-bottom: 1px solid #2c2c2c;
	padding-bottom: 0;
}


div.jesus {
	background: url(../img/bg_jesus.png) left top no-repeat;
	float: left;
	margin-right: 20px;
	min-height: 70px;
	width: 130px;
	padding: 8px 6px 8px 64px;
}

div#international {
	float: left;
	margin-right: 20px;
	width: 200px;
}

div#international ul {
	list-style: none;
	margin-bottom: 10px;
}

div#international ul li a {
	padding: 0 0 0 22px;
	text-decoration: none;
}

div#international ul li a.english {
	background: url(../img/flag_english.png) left top no-repeat;
}

div#international ul li a.italian {
	background: url(../img/flag_italian.png) left top no-repeat;
}

div#international ul li a.spanish {
	background: url(../img/flag_spanish.png) left top no-repeat;
}
div#international ul li a.french {
	background: url(../img/flag_french.png) left top no-repeat;
}
div#international ul li a.otherlanguages {
	padding: 0px;
	text-decoration: none;
}

div#social-network {
	float: left;
	width: 200px;
}

div#social-network a.follow-facebook {
	background: url(../img/facebook.png) left top no-repeat;
	padding: 0 0 0 22px;
	text-decoration: none;
}

div#footer a#oesmnetz {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #2c2c2c;
	color: #ffff00;
	border-radius: 10px;
	display: block;
	float: right;	
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	line-height: 25px;
	min-height: 50px;
	padding: 10px 20px;
	width: 160px;
	text-align: center;
	text-decoration: none;
}

div#footer a#oesmnetz span {
	color: #999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

div#footer a#oesmnetz:hover span {
	color: #fff;
}

div#secondfooter {
	clear: both;
	padding-top: 10px;
}

div#secondfooter ul {
	float: left;
	list-style: none;
}

div#secondfooter ul li {
	float: left;
	padding-right: 20px;
}

div#secondfooter p {
	float: right;
}



/* ---------- FCE ---------- */
/* landkarte */
div#content div#landkarte {
	width: 420px;
	height: 216px;
}

div#content div#landkarte ul {
	list-style: none;
	width: 200px;
	position: absolute;
	margin-bottom: 0;
}

div#content div#landkarte ul li {
	background: none;
	float: left;
	width: 90px;
}

div#content div#landkarte ul li a {
	background: #ffff00 url(../img/arrow_yellow.png) 4px center no-repeat;
	border-bottom: none;
	color: #333;
	padding: 2px 4px 2px 12px;
	text-decoration: none;
}

/* bubble */
div#content div.bubble {
	background: #e2e2e2 url(../img/bubble_top.png) left top no-repeat;
	min-height: 150px;
	width: 190px;
}

div#content div.bubble div.bubblebottom {
	background: url(../img/bubble_bottom.png) left bottom no-repeat;
	min-height: 130px;
	padding: 0 0 20px 0;
	width: 190px;
}

div#content div.bubble div.bubblebottom p {
	padding: 10px 15px;
	text-align: left;
}

div#content div.bubblebox div.csc-header {
	display: none;
}

/* news */
div#content div#news {
	background: #fefefe url(../img/bg_news_top.png) left top no-repeat;
	float: left;
	margin-bottom: 20px;
	min-height: 70px;
	width: 190px;
}

div#content div#news div#newsbottom {
	background: url(../img/bg_news_bottom.png) left bottom no-repeat;
	float: left;
	min-height: 50px;
	padding: 10px 5px;
	position: relative;
	width: 180px;
}

div#content div#newsbottom a.arrow {
	border: none;
	display: block;
	height: 10px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	width: 15px;	
}

div#content div#news a.left {
	background: url(../img/news_arrow_left.png) center center no-repeat;
	left: 0;
}

div#content div#news a.right {
	background: url(../img/news_arrow_right.png) center center no-repeat;
	right: 0;
}

div#content div#news div#newsbottom div.newsitem {
	width: 150px;
	float: left;
	margin: 0 10px;
}

/* faces */
div#main div#content div.faces {
	float: left;
	margin: 0 0 0 -20px;
	width: 660px;
}

div#main div#content div.faces div.facebox {
	float: left;
	height: 112px;
	margin: 0 0 20px 20px;
	position: relative;
	width: 112px;
}

div#main div#content div.faces div.facebox div.faceinfo {
	background: url(../img/bg_facesinfo.png) left top no-repeat;
	display: none;
	height: 150px;
	left: -107px;
	padding: 13px;
	position: absolute;
	top: -31px;
	width: 300px;
	z-index: 10;
}

div#main div#content div.faces div.facebox:hover div.faceinfo {
	display: block;
}

div#main div#content div.faces div.facebox div.faceinfo img {
	float: left;
}

div#main div#content div.faces div.facebox div.faceinfo div.faceinfotext {
	float: left;
	padding: 10px;
}



/* ---------- EXTENSIONS ---------- */
/* mailform */
form#mailform fieldset {
	border: 0;
}

form#mailform fieldset div.csc-mailform-field {
	margin: 10px 0;
clear: both;
}

form#mailform fieldset label {
	display: block;
	float: left;
	width: 120px;
padding-right: 10px;
}

form#mailform fieldset input, form#mailform fieldset textarea, form#mailform fieldset select {
	background: #f3f3f3;
	border: 1px solid #999;
	font: normal normal 12px/16px Helvetica, Arial, sans-serif;
	padding: 4px;
	width: 350px;
}

form#mailform fieldset textarea {
	height: 150px;
}

form#mailform fieldset select {
	width: 360px;
	font: normal normal 12px/20px Helvetica, Arial, sans-serif;
}

form#mailform fieldset input.csc-mailform-submit {
	background: #333;
	border: 1px solid #999;
	color: #f3f3f3;
	margin-left: 120px;
	min-width: 100px;
	width: 50px;
}