/* Typselektoren (HTML)
--------------------------------------------------------------------------------*/

body {
	background-color:#1a1a1a;
	background-image:url(../images/template/background.gif);
	background-repeat:repeat;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	overflow:scroll;
	overflow:-moz-scrollbars-vertical;
	margin:20px;
	padding:0;
}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
}

h1 {
}

h2 {
}

h3 {
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	padding:5px 0 5px 0;
}

h4 {
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	padding:2px 0 2px 5px;
}

h5 {
}

h6 {
}

p {
	padding:0;
	margin:0;
	line-height:150%;
}

table, tr, td {
	font-size:12px;
}

input {
}

ul, li {
	/* list-style-type:none; */
	text-align:left;
	padding:0 0 0 0;
	margin:0 0 0 10px;
}


/*
basefont.schrift { font-family:Trebuchet MS, Helvetica, sans-serif; font-size:10pt; }
*/

/*
.bottom { border-bottom-width:1px; border-bottom-color:black; border-bottom-style:solid; }
*/

/*
.topopen {
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-right-color:black;
border-bottom-color:black;
border-left-color:black;
border-top-style:none;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
}
*/

/*
.topbottom { border-top-width:1px; border-bottom-width:1px; border-top-color:black; border-bottom-color:black; border-top-style:solid; border-bottom-style:solid; }

.top { border-top-width:1px; border-top-color:black; border-top-style:solid; }

.input { border-width:1px; border-color:rgb(153,153,153); border-style:solid; }
*/

/*
.inputbutton { background-color:rgb(255,153,0); border-width:1px; border-color:rgb(153,153,153); border-style:solid; }
*/

/*
a.linkstyle:link { font-family:Trebuchet MS, Helvetica, sans-serif; font-size:8pt; color:rgb(204,0,0); text-decoration:underline; }

a.linkstyle:hover { font-family:Trebuchet MS, Helvetica, sans-serif; font-size:8pt; color:rgb(0,0,102); }

a.linkstyle:visited { font-family:Trebuchet MS, Helvetica, sans-serif; font-size:8pt; color:rgb(204,0,0); text-decoration:underline; }

.leftopen { border-top-width:1px; border-right-width:1px; border-bottom-width:1px; border-top-color:rgb(0,0,0); border-right-color:rgb(0,0,0); border-bottom-color:rgb(0,0,0); border-top-style:solid; border-right-style:solid; border-bottom-style:solid; }

a.nav:link { font-family:Trebuchet MS, Helvetica, sans-serif; font-size:10pt; color:rgb(0,0,0); text-decoration:none; }

a.nav:hover { font-family:Trebuchet MS, Helvetica, sans-serif; font-size:10pt; color:rgb(0,0,102); }

a.nav:visited { font-family:Trebuchet MS, Helvetica, sans-serif; font-size:10pt; color:rgb(0,0,0); text-decoration:none; }

a.linkstyle2:link { font-family:Trebuchet MS, Helvetica, sans-serif; font-size:10pt; color:rgb(204,0,0); text-decoration:underline; }

a.linkstyle2:hover { font-family:Trebuchet MS, Helvetica, sans-serif; font-size:10pt; color:rgb(0,0,102); }

a.linkstyle2:visited { font-family:Trebuchet MS, Helvetica, sans-serif; font-size:10pt; color:rgb(204,0,0); text-decoration:underline; }
*/

/* Eigene Styles */



/* Boxes
--------------------------------------------------------------------------------*/

/*

.sidebox {
	border-collapse: collapse;
	table-layout:auto;
	width: 100%;
	border: 1px solid black;
	padding:10px;
}

.sidebox th {
	background-color:#4c6f90;
	padding:5px;
	border-bottom: 1px solid black;
}

.sidebox th h4 {
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}

.sidebox td {
	padding:5px;
}

*/


/* Globale Links
--------------------------------------------------------------------------------*/

a {
	outline:none; 
	text-decoration: none;
	font-weight:bold;
}

a:link {
	color: #4c6f90;
}

a:visited {
	color: #4c6f90;
}

a:hover {
	color: #000000;
}

a:focus {
	color: #4c6f90;
}

a:active {
	color: #4c6f90;
}


/* Header
--------------------------------------------------------------------------------*/

a.toplink:link {
	color: #ffffff;
	font-size: 12px;
	font-weight:bold;
}

a.toplink:visited {
	color: #ffffff;
	font-size: 12px;
	font-weight:bold;
}

a.toplink:hover {
	color: #5e89b2;
	font-size: 12px;
	font-weight:bold;
}

a.toplink:focus {
	color: #ffffff;
	font-size: 12px;
	font-weight:bold;
}

a.toplink:active {
	color: #ffffff;
	font-size: 12px;
	font-weight:bold;
}


/* Topnav
--------------------------------------------------------------------------------*/

a.topnav:link {
	color:#38526b;
	font-size: 13px;
	font-weight:bold;
}

a.topnav:visited {
	color:#38526b;
	font-size: 13px;
	font-weight:bold;
}

a.topnav:hover {
	color:#000000;
	font-size: 13px;
	font-weight:bold;
}

a.topnav:focus {
	color:#38526b;
	font-size: 13px;
	font-weight:bold;
}

a.topnav:active {
	color:#38526b;
	font-size: 13px;
	font-weight:bold;
}


/* White Link
--------------------------------------------------------------------------------*/

a.whitelink:link {
	color:#ffffff;
	font-size: 12px;
	font-weight:bold;
}

a.whitelink:visited {
	color:#ffffff;
	font-size: 12px;
	font-weight:bold;
}

a.whitelink:hover {
	color:#000000;
	font-size: 12px;
	font-weight:bold;
}

a.whitelink:focus {
	color:#ffffff;
	font-size: 12px;
	font-weight:bold;
}

a.whitelink:active {
	color:#ffffff;
	font-size: 12px;
	font-weight:bold;
}


/* Allgemeine Klassen
--------------------------------------------------------------------------------*/

/*
.box {
	border: 1px solid #000000;
}
*/

.mainborder {
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

.sidebox {
	border: 1px solid #4c6f90;
}


/* Buttons
--------------------------------------------------------------------------------*/

.inputfield {
	background-color:#ffffff;
	border:1px solid #000000;
	padding: 2px;
}

.submitbutton {
	background-color:#4c4c4c;
	color:#FFFFFF;
	border:1px solid #000000;
	font-weight:bold;
}

.text10  {
	font-size:10px;
}

.text11  {
	font-size:11px;
}

/* Border it */

.borderit img {
border: 2px solid #cacaca;
}

.borderit:hover img {
border: 2px solid #4c6f90;
}

.borderit:hover {
color: #4c6f90; /* irrelevant definition to overcome IE bug */
}


