﻿/* ALLGEMEIN */
h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #303c49;
	margin: 0;
	margin-bottom: 0.4em;
	line-height: 0.8em;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #779ac1;
	margin: 0;
	margin-bottom: 0.6em;
	line-height: 1.0em;
}
h3 {
	display: inline;
	font-size: 1em;
	color: #303c49;
}
p {
	color: #303c49;
	font-size: 1em;
	font-weight: normal;
}
.highlight{
	color: #779ac1;
}
.border {
  border: 1px solid #263a81;
}

#content a, #content a:visited {
	text-decoration: underline;
	color: #303c49;
}
#content a:hover {
  text-decoration: underline;
  color: #779ac1;
}
img {
  border: none;
}

div.clear {
	clear:both;
}
.space {
	height:5px;
	margin:0;
	padding: 0;
	line-height: 0;
}


/* Teaserlink */
a.teaser {
	display: block;
	text-align: left;
	color: #779ac1;
	text-decoration: underline;
	background-image: url(../img/arrow_bullet.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-bottom: 20px;

}
a:hover.teaser, a:visited.teaser {
	color: #303c49;
	text-decoration: underline;
	background-image: url(../img/arrow_bullet.gif);
}
/* ENDE: Teaserlink */

/* Backlink */
a.back {
	display: block;
	text-align: left;
	color: #779ac1;
	text-decoration: underline;
	background-image: url(../img/arrow_bullet_back.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-bottom: 20px;

}
a:hover.back, a:visited.back {
	color: #303c49;
	text-decoration: underline;
	background-image: url(../img/arrow_bullet_back_hover.gif);
}
/* ENDE: Backlink */


/* Text/Bild */	
#content .img-right {
	float: right; 
	margin: 10px 0 10px 10px;
	display: block;
}
#content .img-left {
	float: left; 
	margin: 10px 10px 10px 0;
	display: block;
}
/* ENDE: Text/Bild */


/* Datentabelle */
table.data_table {
	border-collapse: collapse;
	border: 1px solid #fff;
}
table.data_table th {
	background-color: #303c49;
	border: 1px solid #fff;
	color: #fff;
	padding: 2px 5px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
table.data_table td {
	border: 1px solid #fff;
	padding: 7px 5px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
.pair {
	background-color: #e3e3e3;
}

.impair {
	background-color: #ebebeb;
}
table.data_table td.highlight {
	background-color: #bed4e5;
	color: #303c49;
}
table.data_table th.highlight {
	color: #779ac1;
}
/* ENDE: Datentabelle */

/* Kontaktformular */
fieldset {
	border: 1px solid #779ac1;	
}
fieldset legend {
	font-weight: bold;
	color: #303c49;	
}
.contactform {
	padding-top: 10px;
	color: #303c49;
}
.contactform .section {
	margin: 0;
	margin-bottom: 10px;
	padding: 0 20px 5px 20px;
	clear: both;
}
.contactform .section label{
	cursor: pointer;
}
.contactform .section p {
	margin: 0;
	margin-bottom: 5px;
	color: #303c49;
}
.contactform .section p.float_left {
	width: 48.5%;
	margin-right: 1.5%;
}
* html .contactform .section p.float_left {
	width: 48%;
	margin-right: 2%;
}
*+html .contactform .section p.float_left {
	width: 48%;
	margin-right: 2%;
}
.contactform .section input {
	margin-bottom: 5px;
	border: 1px solid #779ac1;
}
.contactform .check input {
	border: none;
}
.contactform .section textarea {
	margin-bottom: 5px;
	width: 100%;
	border: 1px solid #779ac1;
}
.contactform .section p.float_left input, .full  {
	width: 97%;
}
.contactform .button {
	padding: 0 20px;
	text-align: right;
}
/* END: Kontaktformular */

/* Glossar */
.glossar {
	word-spacing: 1px;
	padding: 10px 0;
}
#content .glossar a, #content .glossar a:visited {
	text-decoration: underline;
}

#content .glossar a:hover {
	color: #779ac1;
}

table.glossar_table {
	border-collapse: collapse;
	border: 1px solid #fff;
}

table.glossar_table td {
	border: 1px solid #fff;
	padding: 2px 5px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	border-bottom: 1px solid #e3e3e3;
}

table.glossar_table th {
	background-color:#ebebeb;
	border: 1px solid #fff;
	color: #303c49;
	padding: 2px 5px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
/* ENDE: Glossar */

/* letzte Änderungen */
#content ul {
	margin: 0;
	padding: 0;
	list-style-type: square;
	list-style-position: inside;
}
#content ul li {
	margin-bottom: 10px;
}

#content ul a{
	text-decoration: underline;
	color: #303c49;
	font-weight: bold;
}
#content ul a:hover {
	text-decoration: underline;
	color: #779ac1;
}
/* ENDE: letzte Änderungen */

