﻿/* CSS-Layout */
body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	background-color: #EFEFEF;
	text-align:center;
}

TD   { font-size:10pt; }

A         { font-family:Arial, Helvetica, Sans-Serif; color: #000080; font-size: 10pt; font-weight: normal; text-decoration: none }
A:hover   { color: #FF0400; text-decoration: underline }

A.header         { font-family:Arial, Helvetica, Sans-Serif; color: #000000; font-size: 11pt; font-weight: bold; text-decoration: none }
A:hover.header   { color: #FF0400; text-decoration: underline }

A.headersmall         { font-family:Arial, Helvetica, Sans-Serif; color: #000000; font-size: 10pt; font-weight: bold; text-decoration: none }
A:hover.headersmall   { color: #FF0400; text-decoration: underline }


A.black         { font-family:Arial, Helvetica, Sans-Serif; color: #000000; font-size: 10pt; font-weight: bold; text-decoration: none }
A:hover.black   { color: #000000; text-decoration: underline }

A.small         { font-family:Arial, Helvetica, Sans-Serif; color: #000080; font-size: 7pt; font-weight: normal; text-decoration: none }
A:hover.small   { color: #FF0400; text-decoration: underline }

A.big         { font-family:Arial, Helvetica, Sans-Serif; color: #ff0000; font-size: 14pt; font-weight: normal; text-decoration: none }
A:hover.big   { color: #000080; text-decoration: underline }

a.navi{ FONT-FAMILY: Arial, Helvetica, Sans-Serif; font-size:10pt; text-decoration:none;color:#42484D; font-weight:bold;}
a:link.navi { text-decoration:none; color:#42484D; }
a:visited.navi { text-decoration:none; color:#42484D; }
a:hover.navi { text-decoration:underline; color:#FF0400;}

h3.header         { font-family:Arial, Helvetica, Sans-Serif; color: #000000; font-size: 11pt; font-weight: bold; text-decoration: none; padding: 0; margin: 0}

.SnippetH1        { font-family:Arial, Helvetica, Sans-Serif; font-size: 16pt; font-weight: bold; font-style: normal; }

.TDBGgrey { background-color: #ccc }

.SNIPPEDHEADER {
	border: 1px solid #BFBFBF;
	background-color: #DADDE3;
}
.BILDUNTERSCHRIFT {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: bold;
}

img { border:none } 


#masthead {
	border-style: solid;
	border-width: 1px;
	margin: 0 auto;
	width: 900px;
	height: 100px
	margin-right: auto;
	background-color: #FFFFFF;
	background-image:url('../pics/logo_bg.jpg');
}

#top_nav {
}

#container {
	margin: 0 auto;
	position: relative;	
	width: 900px;
	top: 10px;
}

#left_col {
	border: 1px solid #000000;
	padding: 5px;
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #F1F1F2;
	text-align:left;
}

#page_content {
	padding: 3px;
	border: 1px solid #C0C0C0;
	margin-left: 170px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
	padding-left:0.5em;
	text-align:left;
}

#footer {
}
h1 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: large;
	font-weight: bold;
	font-style: oblique;
	margin-bottom: 10px;
	margin-top: 5px;
    text-align: center;
}
h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}
.CODE {
	font-family: "Courier New", Courier, Monospace;
	font-size: 12px;
}

.CODETEXT {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;

}


/* Tabelle Button Generator */
#tab1 {
background-color:#dadada;
}
#tab2 {
background-color:#eaeaea;
}


/* CSS-Kram der Webtools */
.Stil3 {color: #FF0000}
.Stil1 {font-size: 8pt}
.Stil2 {	color: #FFFFFF;font-weight: bold; }

/* DI: TextAdvertise TippScript */
.Text_Ad {
	text-align:center;

}