/* filename: /css/tsv_gen.css
   version 1.01 - 2005-07-25
   kontakt at manderbachmedia dot de */

   
body {	
	width: 100%;
	heigth: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, Verdana, sans serif;
	font-size: 100%;
	line-height: 100%;
	text-align: center;
	background: #979797 url("/img/gen_bg.gif") repeat-y center;
}

address {font-style: normal;}

#centerbox {
	width: 800px;
	margin-left:auto; margin-right:auto;
	background: #fff;
	margin-bottom:90px;
}


/*  #######################  META-BOX ####################### */

#metawrapper {
	margin-top: 1px;
	background: #8195B4;
	width: auto;
	padding: 3px 10px 3px 10px;
}
#metawrapper a:hover, #metawrapper a.act {
	text-decoration: underline;
}

#homelink, #metalinks {
	font-size: 0.7em;
	line-height: 1.3em;	
	color: #fff;
}
#homelink a, #metalinks a {
	color: #fff;
	text-decoration: none;
}

#homelink	{
	float: left;
}
#metalinks	{
	float: right;
}


/*   #######################   HEAD-BOX ####################### */

#headwrapper	{
	padding: 10px 10px 0 10px;
	width: auto;
}

#logodiv {
	float: left;
	width: 180px;/* was 173 */
	height: 188px;
}

#navmainwrapper {
	float: right;
	background: url("/img/visual.jpg") no-repeat;
	width: 600px;
	height: 172px;
	text-align: right;
}

#navmaindiv {
	float: right;
	margin-top: 46px;
	font-size: 0.72em;
	line-height: 1.3em;	
	background: #0857C3;
	color: #8195B4;
}

#navmaindiv ul {
	margin: 0px;
	padding: 7px 10px 6px 10px;
	}
#navmaindiv ul li {
	list-style: none;
	display: inline;
}

#navmaindiv a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}

#navmaindiv a:hover, #navmaindiv a.act {
	text-decoration: underline;
}

/* ####################### CONTENT-BOX  ####################### */

#contentwrapper	{
	padding: 0px 10px 20px 10px;
	text-align: left;

}
#navsubwrapper {
	float: left;
	width: 160px;
	margin: 0px 10px 0 0;	
}

#navsubwrapper a {
	display: block;
	width: auto;
	border-bottom: 1px solid #8D9494;
	font-size: 0.8em;
	line-height: 1.15em;
	font-weight: bold;
	color: #3E3E3E;
	padding: 3px 0px 3px 20px;
	text-decoration: none;
}

#navsubwrapper a:hover, #navsubwrapper a.act {
	color: #2172EB;
}


.subnavheader {
	font-size: 0.75em;
	line-height: 1.3em;	
	color: #fff;
	background: #0857C3;
	width: auto;
	padding: 3px 10px 3px 10px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.subnavintern {
	font-size: 0.75em;
	line-height: 1.3em;	
	color: #fff;
	background: #B82850;
	width: auto;
	padding: 3px 10px 3px 10px;
	text-transform: uppercase;
	margin-bottom: 5px;
}



#navsubwrapper p, #navsubwrapper address{
	width: auto;
	border-bottom: 1px solid #8D9494;
	border-top: 1px solid #8D9494;
	font-size: 0.7em;
	line-height: 1.15em;
	color: #000;/* 3E3E3E */
	padding: 3px 0px 3px 3px;
	text-decoration: none;
}

#contentdiv {
	float: right;
	width: 608px;
}

#contentdiv {
	font-size: 0.8em;
	line-height: 1.2em;		
	color: #000;/* 3E3E3E */
}

#contentdiv h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1.25em;
	line-height: 1.05em;
	color: #0857C3;
}

#contentdiv h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1em;
	line-height: 1.1em;
	color: #8195B4;
}

#contentdiv h3 {
	margin: 0px;
	font-size: 1em;
	line-height: 1em;
}

.contenttable {
	font-size: 1em;
	line-height: 1em;
}

.contenttable td {
	background-color: #eee;
	padding: 4px;
	vertical-align: top;
}

.contenttable th {
	color: #fff;
	background-color: #8195B4;
	padding: 4px;
	vertical-align: top;
}

.teasertable {
	font-size: 1em;
	line-height: 1em;
}

.teasertable td {
	padding: 3px;
	/* vertical-align: top; */
}

.teasertable img {
	border: 1px solid #8195B4;
}

#navsubwrapper a.normal, #contentdiv a {
	color: #0857C3; /* 6494D7 */
	display: inline;
	width: auto;
	font-weight: normal;
	border-bottom: none;
	font-size: 1em;
	line-height: 1em;
	padding: 0px;
	text-decoration: none;
	padding-left: 12px;
	background: url("/img/icon_link.gif") no-repeat left ;
}

#navsubwrapper a.emaillink, #contentdiv a.emaillink {
	background: url("/img/icon_email.gif") no-repeat left ;
}

#navsubwrapper a.nopointer {
	background: none;
	padding-left: 0px;
}

#navsubwrapper a.normal:hover, #contentdiv a:hover {
	color: #0857C3;
	text-decoration: underline;
}

#contentdiv ul {
	margin-left: 15px;
	padding-left: 15px;
	
}

#contentdiv ul li {
	padding-top: 3px;
	margin-bottom: 5px;
}

#contentdiv p {
	margin: 10px 0 10px 0;
}

#footer {
	margin-top: 30px;
	clear: both;	
	font-size: 0.85em;
	line-height: 1.15em;
	color: #555;
}

#footer a {
	float: right;
	color: #555;
	text-decoration: none;
	padding-right: 20px;
	background: none;
}


.reference, .date {
	color: #555;
	font-size: 0.85em;
	line-height: 1.1em;
}

/* form */
fieldset	{width: 498px;}

input, select	{
	background-color: #eee;
	border: solid 1px #0857C3;
	margin: 5px  0px 0 0;
}

.inputsmall		{width: 40px;}
.inputmedium 	{width: 150px;}
.inputlarge 	{width: 370px;}
.inputtextarea	{width: 370px; height: 150px;}
.inputbutton	{
	font-size: 0.95em;
	line-height: 1em;	
}

.formlabel	{width: 60px; margin: 10px 5px 0px 5px; float: left;}
.forminput	{float: left;}

/* home boxes */

#homeboxlayer {
	width: 165px;
	height: 100%;
	float: right;	
}

.boxelement {
	font-size: 0.9em;
	line-height: 1.2em;
	border: 1px solid #8195B4;
	margin-bottom: 20px;
}

.boxheader {
	padding: 5px;
	background-color: #A4C3F2;
}

#homeboxlayer p {
	padding: 0 5px 0 5px;
}

#homeboxlayer a {
	font-size: 1em;
	line-height: 1.2em;
	color: #0857C3;
}

#homeboxlayer a:hover {
	text-decoration: underline;
	color: #0857C3;
	line-height: 1.2em;
}


/* ####################### FRAME-SET  ####################### */

#frameheadbox {
	background: #2C7DF6;
	text-align: center;
	margin-left: auto;	
	margin-right: 10px;
}

.forumheadline {
	color: #fff;
	padding: 20px 0 0 20px;
	font-size: 20px;
}

/* sonstiges */

#navsubwrapper a.interncolor:hover, #navsubwrapper a.interncolor {color: #B82850;}

.guestbooktable td {
	border: solid 1px #8195B4;
}

.imgRight {
	float: right;
	border: 1px solid #8195B4;
	margin-left: 10px;
	margin-bottom: 10px;
}
.caption {
	font-size: 0.85em;
	line-height: 1em;
	padding: 2px 5px 5px 5px;
	color: #555;
}



.width200 {	width: 200px;}
.width100 {	width: 100px;}
.width130 {	width: 130px;}


#printinfo {
	display: none;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.clear {
	clear: both;	
}

.space5px	{
	font-size: 5px;
	line-height: 5px;
}

.red {color: #f00;}

pre {
	font-size: 1.3em;
}


/* IE Scrollbars */
body {
  scrollbar-base-color:#2370F2;
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#7FAEFC;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#2370F2;
}

/*  ani */

#aniDiv {
	position: absolute;
	top: 55px;
	left: 640px;
}


a.mmedia {	
	font-family: Arial, sans-serif !important;
	font-weight: bold !important;
	text-decoration: none !important;
	color: #387393 !important;
	font-size: 12px !important;
	margin-left: 10px !important;
	background: none !important;
}

a.mmedia span {
	color: #8D8F92 !important
}

