/* allgemein */

.content, .content p, td {
color: black;
}

.content p  {
color: black;
margin-bottom: 10px;
}

td {
	padding-right: 10px;
	vertical-align: top;
}

table, tbody, tr { height: auto; }


/* links */

.content a {
text-decoration: none;
color: #546983;
padding-left: 4px;
padding-right: 4px;
}

.content a:visited{
color: #28333f; /*360;*/
}

.content a:hover {
background-color: #7E9EC5;
color: black;
}

.content a:active{
background-color: #7E9EC5;
color: white;
}

/* listen */

.content ul li {
list-style-type: none;
}

/* headlines */

h1 {
font-size: 20px;
color: #546983;
text-transform: uppercase;
margin-bottom: 25px;
}

h2, h3, h4 { color: #28333f; margin-bottom: 10px;}

h2 { font-size: 18px; color: #28333f; }
h3 { font-size: 16px; }
h5 { color: #222;}

/* special */

.centredtekst {text-align: center;}

iframe {border: 0px none; background-color: #7E9EC5;}

/* flash (impressionenseite) */

.flashcontainer { margin: auto; width: 650px; }

.flash .contentcontainer {
/*min-height: 540px;*/
}

.flash .content {
margin: 5px 20px 5px 20px;
height: 530px;
}

/* home (startseite) */

.home .container
{
	background-image: url(/images/home/home.jpg);
	background-repeat: no-repeat;
	background-position: left 10px;
	/*height: 600px;*/
}

.home .contentcontainer
{
	height: 515px;
	overflow: hidden;
}

.home .aktuell { 
padding: 10px;
opacity: 0.7;
background-color: white;
margin: 30% 5% 10% 55%;
}

.home .aktuell p { 
margin-bottom: 2px;
}

/* buttons */

button, .buttons a {
display: block;
/*height: 20px;*/
width: 200px;
border: 2px outset #7E9EC5;
margin: 8px;
padding: 2px;
text-align: center;
font-weight: bold;
}

button:hover, .buttons a:hover {
border: 2px inset #7E9EC5;
padding-top: 3px;
padding-bottom: 1px;
}



/* Formular */

input, textarea { width: 400px; padding: 4px; margin: 8px; }

