/*
Farbangaben

CI: #b2042a
CI grau: #70706b
CI Gold: #856c15

*/

/*****************************************************
 * Style
 */
@media handheld {
}
@media screen {
	html {height:100%}
	body {height:101%}
}
body#body {
	text-align:center;
}
body {
	color:#222;
	font-size:100%;
	font-family: arial,helvetica,sans-serif;
}

a:link,
a:visited,
a:active{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#003b5c;
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
	color:#444;
	font-size:0.875em;
	font-size:1em;
	font-weight:bold;
	margin-bottom:22px;
	line-height:22px;
}
h4, h5, h6 {
	margin-bottom:0px;
}

h1 {
	/*font-size:20px;
	margin-bottom:12px;
	font-weight:normal;
	height:34px;
	line-height:30px;
	*/
	font-size:1.35em;
	line-height:1.4em;
	font-weight:bold;
	color:#003b5c;
	color:#444;
	/*color:rgb(0, 51, 102);*/

	margin-bottom:15px;
	margin-bottom:5px;
	padding:0;
}

h2 {
	font-size:1.15em;
	line-height:1.2em;

	font-weight:bold;

	color:#444;
	margin-bottom:10px;
	margin-bottom:5px;
	margin-top:3px;
	padding:0;
}
h3 {
	font-size:1em;

	line-height:1em;
	font-weight:bold;
	padding:0;
	margin-bottom:10px;
	margin-bottom:5px;
	margin-top:3px;

}
h4 {
}
h5 {
}
h6 {
}
b {

}
td {
	vertical-align:top;
	text-align:left;
}
ol,
ul {
	margin-left:10px;
	padding:0;
	margin-top:2px;
	margin-bottom:5px;
}
li {
	margin-left:10px;
	line-height:22px;
	line-height:18px;
}
p {

	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:5px;
	line-height:16px;

}
i {
}

/*****************************************************
 * Style
 */
.fr {
	float:right;
}
.fl {
	float:left;
}
.cf:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
.cf {display:block;width:100%;}
* html .cf {/* IE6 */
	/*height:1%*/
}


.none {
	display:none;
}
.db {
	display:block;
}
.hover-none {
	display:none;
}
.hover-inline:hover .hover-none {
	display:inline;
}
.hover-block:hover .hover-none {
	display:block;
}


.tar {
	text-align:right;
}
.tal {
	text-align:left;
}
.tac {
	text-align:center;
}
.row {
	margin-bottom:10px;
}
.row_2 {
	/*margin-bottom:20px;*/
	margin-bottom:15px;
}

.error {
	margin-bottom:20px;
	color:#963836;
}
.center {
	text-align:center;
}
.pointer {
	cursor:pointer;
}
a.ci,
.ci {
	color:#ec8405;
}
.hr {
	background:#fff;
	height:1px;
}

div#content {
	overflow:hidden;
}
div#content img {
	/*border:5px solid #f3f3f3;*/
}
div#content a.gallery img.inner_img {
	border:0;
}
div#content a.gallery {
	/*border:5px solid #f3f3f3;*/
	float:left;
}