/* @override 
	http://0.0.0.0:3002/stylesheets/application.css?1271692091
	http://0.0.0.0:3002/stylesheets/application.css?1271692651
*/

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #fff url(../images/back.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: black;
	font-style: normal;
	font-family: Rockwell, Rockwell Std, Helvetica, Arial;
}

iframe {
	margin: 20px 0;
}

form, ul, ol, li {
	margin: 10px 0;
	padding: 0;
}

ul.tools {
	margin: 20px;
}


h1 {
	font-size: 2em;
	font-style: italic;
	color: #c80017;
	margin: 0px;
	padding: 0 5px;
}

h1 span, h2 span, h3 span, h4 span {
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
	font-style: italic;
	margin: 0;
	padding: 0 5px;
	color: #4f4f4f;
}

h3 {
	color: #c80017;
	font-size: 1.3em;
	margin: 20px 0 0 0;
	border-bottom: 2px dotted silver;
}

h4 {
	background-color: #4f4f4f;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;		
	color: #dddddd;
	padding: 5px;
	margin: 5px 0;
	font-size: 1.1em;
	text-align: center;
}

h4 a {
	color: #dddddd;
}

h4 + h2 {
	margin-top: 0px;
}

h5 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	color: #c80017;
}


p {
	line-height: 135%;
	font-size: .9em;
	margin: 5px;
	padding: 5px;	
	color: #4f4f4f;
	text-align: justify;
}


a {
	font-weight: bold;
	color: #404040;
}

a.alert, div.alert {
	clear: both;
	display: block;
	background: #c80017 url(../images/gradient.gif) repeat-x left top;
	border: 1px solid #c80017;
	color: white;
	text-align: center;
	margin: 5px;
	padding: 15px;
}

div.alert a {
	color: white;
}

a img { 
	border: none; 
	background-color: transparent;
}

a.button {
	width: 200px;
	display: block;	
	height: 37px;
	background: url(../images/button_right.png) no-repeat right;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 1em;
	text-decoration: none;
}

a.button span {
	width: 180px;
	display: block;
	height: 23px;
	float: left;
	text-align: center;
	text-indent: 20px;
	padding: 7px 0;
	margin-right: 20px;
	background: url(../images/button.png) repeat-x;
}

a.button.small {
	width: 100px;
	display: block;	
	height: 26px;
	background: url(../images/button_right_s.png) no-repeat right;
	font-size: .8em;
}

a.button.small span {
	width: 88px;
	display: block;
	height: 16px;
	float: left;
	text-align: center;
	text-indent: 20px;
	padding: 5px 0;
	margin-right: 12px;
	background: url(../images/button_s.png) repeat-x;
}

.comment {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: silver;
	margin: 5px;
	padding: 5px;
}

ul.marken {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.marken li {
	width: 60px;
	float: left;
}


#wrapper {
	width: 1025px;
	margin: 0 auto;
	text-align: left;
}

/* @group Header */

#header {
	height: 94px;
	position: relative;
}

h1#logo {
	width: 260px;
	height: 67px;
	margin: 0;
	padding: 0;
	background: url(../images/logo.gif) no-repeat;
	overflow: hidden;
	text-indent: -999px;
	position: absolute;
	top: 25px;
	cursor: pointer;
}


#tabs {
	position: absolute;
	width: 734px;
	top: 60px;
	left: 280px;
	margin: 0;
	padding: 0;
}

#tabs li {
	margin: 0;
	padding: 0;
	display: inline;
	font-family: Helvetica;
	font-weight: bold;
	color: #4f4f4f;
	text-align: center;	
	text-shadow: 1px 1px #fff;	
}

#tabs li.active a {
	background-color: #dddddd;		
}

#tabs li a {
	display: block;
	height: 14px;
	float: left;
	padding: 10px;
	margin-right: 5px;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px !important;
	color: #4f4f4f;
}


/* @end */

.flash_notice {
	border: 5px solid #9c9;
 	background-color: #cfc;
	padding: 5px;
	color: #577457;
}

.flash_error {
  	border: 5px solid #f99;	
  	background-color: #FFE5E5;
  	padding: 5px;
  	color: #FF4747;
}

.left {
	float: left;
}

.right {
	float: right;
}

.columns .col {
	width: 205px;
}

#teaser .col {
	height: 300px;
}

.col {
	float: left;
	padding: 10px;
	font-size: .8em;
}

.col img {
	width: 205px;
}

#landing .col img {
	width: auto;
}

.box {
	color: #4f4f4f;
	background-color: #f3c5ca;
	padding: 10px;
}


/* @group Main */

#intro {
	background-color: white;
	
}

#intro embed {
	margin-bottom: 20px;

}

.ad {
	margin: 30px 0;
}

#main {
	width: 100%;
	margin-top: 20px;
}

.content {
	width: 680px;
	padding: 7px;
	float: left;
}

.content.wide {
	width: 1014px;
}

#content {
	background-color: white;
	border: 1px solid #d9dfe2;	
	margin-bottom : 20px;
}

.sidebar {
	width: 300px;
	padding: 7px;
	float: right;
	font-size: .85em;
}

#sidebar {
	background-color: white;
	border: 1px solid #d9dfe2;
}

.articles {
	clear: both;
	border: 1px solid #d9dfe2;
	margin-top: 10px;
}

#news {
	border-bottom: 1px dotted silver;
	
}

/* @end */

#footer {
	clear: both;
	margin-top: 20px;
	padding: 10px;
	text-align: center;
	font-size: 70%;
	color: #7c7b7e;
	
}

li {
	margin: 5px 20px;
	padding: 0;
}

#newsletter {
	width: 140px;
/*	height: 150px;
*/	background: url(../images/newsletter.jpg) no-repeat left top;
	padding-left: 160px;
}

#newsletter input#subscriber_email {
	background-color: whitesmoke;
	padding: 5px;
	width: 130px;
	border: 1px solid silver;
}

/* @group Formular */

form.search {
	height: 33px;
	background: white url(../images/form.gif) repeat-x;
	position: relative;
}

form.search input {
	border: 0px ;
	background-color: transparent;
	padding: 8px;
	color: #919191;
	
}

form.search a.button {
	position: absolute;
	top: 5px;
	right: 0px;
}

label {
	display: block;
	color: #999999;
	font-weight: bold;
	font-size: 11px;
	padding: 2px;
	/*letter-spacing: 1px;*/
}


label.desc {
	line-height:150%;
	padding: 0 0 1px 0;
	border: none;
	color: #222;
	display: block;
	font-size: 95%;
	font-weight: bold;
}

label.small {
	margin: 0;
	padding-top: 3px;
	clear: both;
	font-size: 9px;
	font-weight: normal;
	line-height: 9px;
	color: #444;
	display: block;
}

.required {
	font-size: 14px;
	font-weight: bold;
	color: #d4090f !important;
}

.hint, div.simple_captcha_label {
	padding: 5px 10px;
	color: #56585b;
	font-size: 10px !important;
}

.form-tbl .hint {
	padding: 0;	
}

.error,
.errorExplanation,
.fieldWithErrors input,
.fieldWithErrors select {
  	color: #FF4747;		
  	background-color: #FFE5E5;  	
	font-size: 11px;
}

.errorExplanation {
	padding: 5px;
}

.errorExplanation ul {
	margin: 0px 20px;
}

.errorExplanation li {
	padding: 2px;
}

.errorExplanation h2 {
	font-size: 14px;
	color: #d4090f;
}

.formError {
	color: #d4090f;		
	font-size: 10px;
}

.fieldWithErrors input {
	border: 1px solid #d4090f;
}

.error span {
	display: block;
	padding: 5px;
}

.code {
	border: none;
	background-color: transparent;
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
}

/* @end */

/* @group Tabelle */

table {
	width: 100%;
	margin: 20px 0;
	padding: 0;
	border-collapse: collapse; 	
	border-spacing: 0;
}
table.white {
	width: 700px;
	margin: 20px 0;
	padding: 0;
	border-collapse: collapse; 	
}


caption {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid silver;
	padding: 3px;
	margin: 3px;
}


th {
	font-size: 70%;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	background-color: #ccebed;
}
th.white {
	font-size: 70%;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	background-color: #ffffff;
	text-align:center;
	align:CENTER;
}

th.actions {
	width: 10%;
}


tr td {
	border-bottom: 1px solid silver;
	padding: 5px;
	font-size: 80%;
}

tr.even td {
	background-color: whitesmoke;
}

td.link a {
	color: black;
}

td.address input {
	float: left;
}

div.coregs {
	background-color: #e3eceb;
	color: #00626c;
	padding: 5px;
}

div.coregs, .coreg {
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid white;
	clear: both;	
	line-height: 15px;
}

.coreg .input {
	width: 30px;
	height: 50px;
	float: left;
}

.coreg .text {
}

.coreg .text p {
	margin-left: 20px;
}


.form-tbl {
	margin: 20px;
}

.form-tbl input {
	font-size: 130%;
}

.form-tbl label {
	font-weight: bold;
}

.form-tbl th {
	background-color: transparent;
	border-bottom: 1px solid #ddd;
	padding: 10px 20px 15px 0px;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	width: 150px;
	line-height: 15px;
}

.form-tbl td {
	border-bottom: 1px solid #ddd;
	margin: 0pt;
	padding: 10px 20px 15px 0pt;
}


/* @end */

/* Pagination */

#page_entries_info {
	font-size: 80%;
	color: #7c7b7e;
}
.pagination {
	padding: 3px;
	margin: 3px;
	font-size: 70%;
}

.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #ccebed;
	text-decoration: none;
	color: #155b53;
}
.pagination a:hover, .pagination a:active {
	border: 1px solid #ef8115;
	color: #ef8115;
}
.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #b5d1d2;
	font-weight: bold;
	background-color: #ccebed;
	color: #155b53;
}
.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #eee;
	color: #ddd;
}

/* Tag Cloud */
.tag-cloud {
	background-color: #EFDBDD;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;			
	padding: 10px;
	margin: 0 15px;
}

.tag-cloud a { 
	text-decoration: none;
}

.tag-cloud a:hover {
	text-decoration: underline;
}

.css1 { font-size: 1.0em; font-weight: normal; margin-right: 0.5em; color: #BFBFBF; }
.css2 { font-size: 1.2em; font-weight: normal; margin-right: 0.5em; color: #7F7F7F;}
.css3 { font-size: 1.4em; font-weight: normal; margin-right: 0.5em; color: #3F3F3F; }
.css4 { font-size: 1.6em; font-weight: normal; margin-right: 0.5em; }

#simple_captcha {
	border-collapse: collapse; 	
	border-spacing: 0;	
	border: 0px !important;
}

#simple_captcha .simple_captcha_field input {
	padding: 0;
	margin: 0;
	width: 110px;
}

/* Bugfix */
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.clear { display: inline-block; }
* html .clear { height: 1%; }
.clear { display: block; }

h1.iframe{
font-size:27px;}

#volvodiv {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: -283px;
	top: -128px;
}


.section h1 {
	font-size: 1em;
}