/******** Btn *********************************************************/

div.btn {
	margin:20px 0px 0px 20px;
	padding:0px;
	width:145px;
	height:20px;
	background-color:#959898;
}
div.btn a {
	display:block;
	white-space:nowrap;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#959898;
	height:20px;
	margin:0px;
	padding:0px;
	background:url(../images/btn_back.gif) no-repeat;
}
div.btn a:hover {
	text-decoration:underline;
}
div.btn a span {
	padding:0px 10px 0px 15px;
	line-height:20px;
	text-align:left;
}


/******** Link Components *********************************************************/

a {
	color:#2a3238;
	text-decoration:none;
}
a:hover {
	color:#2a3238;
	text-decoration:underline;
}
a.tooltip {
	position:relative;
	z-index:25;
}
a.tooltip span {
	display:none;
	z-index:25;
	top:-20px;
}
a.tooltip:hover {
	font-size:100%;
	text-decoration:none;
	background-color:#ffffff;
	z-index:25;
}
a.tooltip:hover span {
	display:block;
	position:absolute;
	margin:0px; 
	left:0px;
	border:1px solid #ffffff;
	background-color:#ffffff; 
	color:#000000;
	padding:5px;
	font-size:11px;
	line-heigt:14px;
	text-decoration:none;
	z-index:25;
}

/******** Bild Hover ************/

.imgHov {
	display: inline;
	float:left;
	text-decoration:none;
}
.imgHov span, .imgHov b {
	display:none;
	text-decoration:none;
}
.imgHov img {
	border:0;
	display:block;
	text-decoration:none;
}
.imgHov:hover {
	background:#ffffff;
	position:relative;
	text-decoration:none;
}
.imgHov:hover b {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	text-decoration:none;
}
.imgHov:hover b.large {
	width:491px;
	height:327px;
	text-decoration:none;
}
.imgHov:hover b.medium {
	width:245px;
	height:163px;
	text-decoration:none;
}
.imgHov:hover b.small {
	width:122px;
	height:81px;
	text-decoration:none;
}
.imgHov:hover b.large span, .imgHov:hover b.medium span, .imgHov:hover b.small span {
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	margin:0px;
	padding:5px;
	font-size:11px;
	line-height:13px;
	color:#2a3238;
	font-weight:normal;
	text-align:right;
	background:#ffffff;
	text-decoration:none;

}
.imgHov:hover b.large span {
	width:245px;
}
.imgHov:hover b.medium span {
	width:235px;
	_width:245px;
}
.imgHov:hover b.small span {
	width:112px;
	_width:122px;
}


/******** Text Components *********************************************************/

p {
	display:block;
	margin-bottom:18px;
}
p.pagenav {
	float:left;
	text-align:left;
	font-size:11px;
	margin:0px 10px 0px 0px;
}

p.pagenav a, .pagenav a:visited, .pagenav a:active {
	padding:1px 5px 1px 5px;
	text-decoration:none;
	background-color:#d6d8d9;
	border:1px solid #d6d8d9;
}
p.pagenav a:hover {
	text-decoration:none;
	color:#ffffff;
	border:1px solid #2a3238;
	background-color:#2a3238;
}
p.pagenav span.active {
	padding:1px 6px;
	color:#ffffff;
	background-color:#2a3238;
	border:1px solid #2a3238;
}
.text {
	color:#6c7276;
	line-height:18px;
	}


/******** Headlines *********/


h1, h2, h3 {
	color:#2a3238;
	display:block;
}

h1 {
	font-size:24px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:12px;
}

/******** Form Components *********************************************************/

input, select, textarea {
	display:inline;
	font-size:12px;
	border: 1px solid #2a3238;
	background-color:#f6f7f7;
	margin-bottom:5px;
}
input:focus, input:hover {
	border: 1px solid #6c7276;
}
select:focus, select:hover {
	border: 1px solid #6c7276;
}
textarea:focus, textarera:hover {
	border: 1px solid #6c7276;
}
input.button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
	padding-left:5px;
	width:122px;
	height:20px;
	border:none;
	background:transparent url(../images/btn_send.gif) no-repeat;
}

