/* 
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	www.fit-fuer-zwei.de
	S2 INTERMEDIA GmbH
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
/* ~~~~~ Basic ~~~~~ */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7A7A7A;
	line-height: 20px;
	margin: 0px;
}

* {
	outline: none;
}

h1{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}

h2{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}

a{
	text-decoration: none;
}

#divContent a{
	font-weight: bold;
}

ul{
	margin-top: 0px;
	margin-left: 15px;
	line-height: 30px;
	padding-left: 10px;
}

li{
	
}

html>body ul{
	line-height: 20px;
	*line-height: 28px;
}

td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7A7A7A;	
	padding-right: 2px;
}

a:hover{
	text-decoration: underline;
	color: #7A7A7A;
}

#tblogo{
	padding-right: 20px;
}

#tbcontentbg{
	background-image: url(../gfx/bg_content.gif);
	background-repeat: no-repeat;
	padding: 10px;
}

#tbcontentbgsmall{
	background-image: url(../gfx/bg_content_small.gif);
	background-repeat: no-repeat;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

html>body #tbcontentbgsmall{
	*height: 130px;
}

#tbfooter{
	padding: 5px 5px 0px 0px;
	font-size: 11px;
}

#ulnavigation{
	margin: 0;
	padding-top: 78px;
	padding-right: 11px;
	text-align: right;
	list-style: none;
	list-style-image: none;
	width: 170px;
	overflow: hidden;
}

a.navigation{
	font-size: 14px;
	color: #7A7A7A;
	line-height: 25px;
	text-decoration: none;	
}

a.navigation:hover{
	ont-weight: bold;
}

#navigationActive {
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;
	text-decoration: none;
	color: #909090;
}

#ulnavigation li ul{
	list-style: none;
	list-style-image: none;
	line-height: normal!important;
	margin-bottom: 10px;
	margin-top: 4px;
}

#ulnavigation li ul li{
	eight: 13px;
	line-height: 0px!important;
	overflow: hidden;
	margin: 0px!important;
	padding: 0px!important;
}

#ulnavigation li ul li a{
	font-size: 11px;
	line-height: normal!important;
	color: #7A7A7A;
}

#ulnavigation li ul li a:hover{
	color: #7A7A7A!important;
}

#divContent{
	position: absolute;
	width: 452px;
	height: 291px;
	overflow: auto;
	line-height: 20px;
	padding-right: 20px;
}

html>body #divContent{
	width: 432px;
}

html>body #divContent{
	margin: 0px;
}

#tbimpressum{
	padding: 5px;
	line-height: 20px;
}

#divImpressum{
	position:absolute; 
	width: 310px; 
	height: 400px; 
	clip: rect(0, 310, 400, 0);
	overflow: auto;
}

#divTotop{
	width: 100%;
	text-align: right;
}

/* ~~~~~ Subnavigation ~~~~~ */
#subnavigation_1_a,
#subnavigation_1_b {
	line-height: 20px;
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
	padding-right: 15px;
}

#subnavigation_1_b{
	font-weight: bold;
}

#subnavigation_1_a:hover,
#subnavigation_1_b:hover {
	text-decoration: underline;
}

/* ~~~~~ Forms ~~~~~ */
#logoutbutton{
	color: #000000;
	width: 100px;
}

input, textarea{
	background-color: transparent;
	border: 1px solid #7A7A7A;
	width: 260px;
}

textarea{
	height: 100px;
}

/* ~~~~~ allgemeines ~~~~~ */
.alignRight{
	text-align: right;
}
