option {
	padding: 2px 4px;	
}

textarea {
	resize: none;	
}

b, i {
	color: #555;	
}

.table, #main { width: 920px; }
.table .line { border-right: 1px solid #ccc; }
.tb-head, .tb-head_line { font-weight: bold; color: #ccc; }
.table th a { text-align: left; color: #ccc; }
.tb-head_line { border-right: 1px solid #666; }
.big-font, .letter-space { font-family: Arial, Helvetica, Verdana, Sans-Serif; font-size: 24px; margin: 25px 0 5px 0; padding: 0px; }
.letter-space { font-size: 10pt; letter-spacing: 0em; text-align: right; }

.big-font { float: left; }
.letter-space { float: right; }

.text { font-size: 12px; }

.nav_links { font-size: 12px; }
.nav { font-size: 16px; }
.nav_links b { padding: 4px; color: #000; border-bottom: 3px solid #999; }
.nav_links a {background: #fff; }

.search_int { width: 910px; height: 50px; }

#main { position: absolute; top: 40px; left: 50%; width: 920px; margin: 0 0 0 -460px; /*margin: 40px auto;*/ }


/*#logo, #logo a { width: 300px; height: 50px; }
/*#logo { background: url(../../img/top_bg.gif) no-repeat; }
#logo a { display: block; }*/

#logo h1 { font: 28px Arial, Verdana, Sans-Serif; font-weight: bold; letter-spacing: -0.8pt; color: #000; }

#standard, #article { display: block; }
#wait { width: 16px; height: 16px; }

#search_bar { margin: 0px; }
.search_input { float: left; }

.clear { clear: both; }
.weiss { background: #fff; }
.grau, .grau_small, .grau_big { background: #f4f8f9;   /*F7F7F7;*/ }
.highlight { background: #222; color: #fff; /*#d7dee8; /*B7CDEB;*/ }
.highlight a, .tbhover a { /*color: #de3661; /*- n1 rot*/  }
.tbhover { background: #eee; /*#d9e1e3;*/ }
.small, .grau_small { width: 100px; }
.big, .big_grau { width: 250px; }

#event { height: 10px; margin: 10px 0 0 0; }

/*#detail { float: left; margin: 80px 0 0 20px; }*/
/*#detail { visibility: hidden; } /*Fuer JS*/

#detail { width: 500px; height: 300px; margin: 0 0 0 80px; background: url(../../img/detail_bg.gif) no-repeat; }

.close { position: absolute; top: 10px; right: 12px; width: 20px; height: 20px; /*border: 1px solid red;*/ }
.close a { display: block; width: 20px; height: 20px; }

#detail img { margin: 0 0 20px 0; }
#detail table { margin: 0px; }
#detail td { /*width: 180px;*/ padding: 4px; }

.table td a, .table th a { display: block; height: 100%; padding: 6px 0px 6px 12px; }

.tb-bg { background: #222; /*background: url(../img/bg.gif) no-repeat;*/ }


h2 { font-size: 20px; font-weight: normal; color: #000; /*#67abc4; /*color: #444444;*/ margin: 0 0 10px 0; padding: 0px; }
.detail_int { width: auto; border-bottom: 1px solid #ccc; }
.detail_int_test { font-size: 14px; line-height: 1.5em; margin: 20px 20px 20px 20px; color: #222;  }
.detail_int a:hover { color: #374277; }
.detail_int_test p { margin: 0px; padding: 0px; }
.big { font-size: 20px; font-weight: bold; color: #222; margin: 5px 0 5px 0; /*margin: 20px 0 0 0;*/ }


.float_left, .float_right { /*float: left;*/ }
.float_left { float: left; width: 300px; }
.float_right { float: right; text-align: right; /*margin: 0 0 0 100px;*/ }
.float_bottom { clear: both; padding: 80px 0 0 0; color: #999999; }


.float { float: left; }

div.toggler { }
div.element { }


/*New 2010 ##########################################################*/
.entry {
	padding: 6px 0;
}
.entry h1, .entry div, .entry span {
	margin-left: 8px;
	margin-bottom: 0px;
	padding: 0px;
}
.entry h1 {
	width: auto;
	margin-top: 4px;
	margin-bottom: 2px;
}
.entry h1 span.status {
	font-size: 12px;
	font-style: italic;
	color: #666;
}
.entry h1 span.new {
	color: #de3661;
}
.entry h1 span.update {
	color: #5f8a39;
}
.entry span {
	display: inline;
}
.entry h1 a {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: normal;
	/*text-decoration: underline;*/
	color: #3b5398;
	width: auto;
	margin: 0px;
	padding: 0px;
}
.entry div {
	font-size: 12px;
	padding-bottom: 4px;
}
.entry span {
	font-size: 9.5px;
}
.detail_int {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.site_nav a, span.nav_links {
	font-size: 16px;
}

#standard, #article {
	margin-top: 0px;
	padding-top: 20px;
}
.site_nav {
	margin: 0px;
}
.error_entry h1 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: normal;
	margin-top: 0px;
	padding-top: 10px;
}


#meldung {
	font-size: 9.5px;
	padding-top: 3px;
}

#search_bar {
	background: #eee;
	padding: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#search_bar input.form-input-field {
	width: 400px;
}
#search_bar input.form-input-button {
	float: right;
	margin: 0 0 0 10px;
}

#content, #content-width { width: 920px; }

hr {
	border: none;	
}
.entry, .sep-line, hr {
	border-top: 1px dashed #ccc;
}

.grau {
	background: none;	
}

.count {
	text-align: right;
	font-size: 10px;
	color: #333;
	padding: 12px 0 0 0;	
}

div.float-left {
	float: left;
}
div.float-right {
	float: right;
}
form div.float-left {
	width: 540px;
}
form div.float-right {
	width: 300px;
	padding-top: 6px;	
}

#standard h1.status {
	color: #999;
	margin: 0px;
	padding: 0px;
}
#standard h1.status span {
	color: #000;	
}

/*Article Special Classes*/
#article {
	margin-bottom: 20px;
}
#article_inh {
	float: left;
	width: 650px;	
}
#sidebar {
	float: right;
	width: 200px;
}
#sidebar h3 {
	padding-top: 10px;
}
#article img {
		text-align: center;
}
#article_header h1 {
	font-size: 36px;
	line-height: 1.1em;
	padding: 0px;
	margin: 0 0 30px 0;	
}
#article_header h1 span {
	font-size: 16px;
	font-style: italic;
	letter-spacing: normal;
	color: #de3661;	
}
#article_header .float-right {
	font-size: 14px;
}

#article_inh {
	font-size: 14px;
	line-height: 1.6em;	
}
#article_inh h1 {
	font-size: 16px;
	letter-spacing: normal;
	margin: 0px;
	padding: 0px;	
}
#article_inh h2 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: normal;
	color: #333;
	margin: 0px;
	padding: 0px;
}

.tipp {
	color: #444;
	padding: 16px;
	background-color:#f0f0f0; /*fafba6*/
}
.info {
	color: #444;
	padding: 16px;
	background-color:#f0f0f0;	
}
.achtung {
	color: #444;
	padding: 16px;
	background-color:#f7a2a2;	
}
.tipp, .info, .achtung {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

#sendform {
	display: none;	
}

form#form {
	width: 700px;
	height: 580px;	
}

form#form h1 {
	padding-top: 0px;	
}

form#form div.int, #contactus .int {
	padding: 20px 20px 0 20px;
}
form#form div.int, #info, #contactus .int {
	background: #e5edf3 url(/img/form_bg.gif) repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
form#form label {
	display:block;
	font-weight:bold;
	width:140px;
	float:left;
}
form#form label span.small {
	color:#888;
	display:block;
	font-size: 9.5px;
	font-weight:normal;
	width:140px;	
}
form#form input {
	float:left;
	font-size: 12px;
	padding: 4px;
	border: 1px solid #bbcee2;
	width: 240px;
	margin: 2px 0 20px 0;
}
form#form textarea, form#form div.textarea {
	font-family: "Lucida Grande", Tahoma, Sans-Serif, Serif;
	font-size: 12px;
	width: 480px;
	height: 250px;
	margin: 2px 0 10px 0;
	padding: 4px 10px;
	border: 1px solid #bbcee2;
}

form#form div.textarea {
	overflow: scroll;
	overflow-x: hidden;
	background: #fff;
}
form#form div.textarea h2 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: normal;
	color: #555;	
}
form#form div.textarea h3 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: normal;
	color: #555;
	margin: 0 0 6px 0;
	padding: 0px;
}
form#form div.textarea img {
	display: none;	
}


form#form textarea.nachricht {
	height: 90px;
}
form#form .formbutton {
	margin-left:140px;
	width:100px;
	border: none;
}
form#form input, form#form .formbutton, form#form textarea, form#form div.textarea {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}

#send_error {
	display: none;
	width: 250px;
	margin: 15px 0 0 250px;
	padding: 3px;
	color: #de3661;
}

#info {
	width: 450px;
	height: 100px;
}
#info div {
	font-size: 15px;
	color: #777;
}
#info h1 {
	font-size: 20px;
	letter-spacing: normal;
	margin: 0 0 5px 0;
	padding: 14px 0 0 0;
}
.success {
	float: left;
	width: 86px;
	height: 86px;
	margin: 8px 0 0 10px;
	background: url(/img/form_ok.gif) no-repeat;	
}
.error {
	float: left;
	width: 86px;
	height: 86px;
	margin: 8px 0 0 10px;
	background: url(/img/form_error.gif) no-repeat;	
}
.info-text-mail {
	float: left;
	width: 320px;
	margin-left: 20px;	
}

#search_bar .form-input-button {
	padding: 7px 10px;
	height: auto;
}

#toolbox {
	margin-top: 40px;	
}
#toolbox a {
	font-size: 10px;
	color: #777;	
}
#toolbox .print {
	display: inline-block;
	width: 30px;
	height: 20px;
	margin: 0 12px 0 0;
	background: url(/img/icons/print.gif) no-repeat top center;
}
#toolbox .mail {
	display: inline-block;
	width: 30px;
	height: 20px;
	margin: 0 12px 0 0;
	background: url(/img/icons/mail.gif) no-repeat top center;
}
#toolbox .tel {
	display: inline-block;
	width: 30px;
	height: 20px;
	background: url(/img/icons/call.gif) no-repeat top center;
}

#related_articles {
	color: #444;
	padding: 0 16px 16px 30px;
	margin-top: 30px;
	background-color:#f1f5f8;
	border: 1px solid #bbcee2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#related_articles h1 {
	font-size: 12px;
	color: #444;
	letter-spacing: normal;	
}
#related_articles li {
	float: left;
	width: 400px;
	margin-right: 50px;
}
#related_articles li.nospace {
	margin-right: 0px;
}

#print_stuff {
	display: none;
}

#contactus {
	width: 420px;
	height: auto;
}
#contactus div.int p {
	font-size: 10px;
	line-height: 1.5em;	
}
#contactus h1 {
	padding-top: 0px;
}
#contactus h2 {
	color: #555;
	padding-top: 5px;
	padding-bottom: 20px;
}
#contactus div.int {
	padding-bottom: 20px;	
}
