/* 1. Inhalt von style.css */
.header {
font-family: Verdana;
font-size: 16px;
font-weight: bold;
color: #990000;}

.bsgalerie {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: Black;
	background-color: #FFCC66;
}


.galerie {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

td {
font-family: Verdana;
font-size: 12px;
font-weight: normal;
color: #000000;}

.jahreszahl {
font-weight: bold;
background-color: #990000;
color: #ffffff;}

.ueberschrift {
font-family:Verdana;
font-size:12px;
font-weight:bold;
color: #000000;}

a         {color:#990000;}
a:link    {	}
a:active  {color:#990000;}
a:visited {color:#990000;}

.sub td {vertical-align:top;}
.tablebackground {background-color:#C1D0DC;}
.bordercolor {background-color:#000000;}

.buttons {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
}

.buttons a {
	text-decoration: none;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
}

.buttons a:visited {
	text-decoration: none;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ccffff;
}

.buttons a:hover {
	text-decoration: underline;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline; 
	color:#ffff99;
}

.buttons a:active {
	text-decoration: none;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
}

.buttons a:focus {
	text-decoration: none;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
}

/* 1. Inhalt von style_cp4.css */
/* 1. Inhalt von style_cp4.css */
body {
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #fff;
}

body, table { /* Why do tables use larger font otherwise? */
    font-size: 12px;
}

p {font-family: Verdana; font-size: 12px; font-weight: normal; color: #000000;}

p.kursiv          {font-style: italic;}
p.kursiv-markiert {font-style: italic; background-color: #FFCC66;}
p.markiert        {background: #FFCC66;}

/* h1=Gleiche Definition wie header in style.css */
h1 {
font-family: Verdana;
font-size: 14px;
font-weight: bold;
color: #990000;
}

/* h2 wie h1 nur hinterlegt=Gleiche Definition wie jahreszahl in style.css */
h2 {
font-family: Verdana;
font-size: 14px;
font-weight: bold;
background-color: #990000;
color: #ffffff;}

/* h2=Gleiche Definition wie ueberschrift in style.css */
h3 {
font-family:Verdana;
font-size:12px;
font-weight:bold;
color: #000000;}

/* no borders on images */
img { border: 0px; }


#globalheader {
    background: #eee;
    margin-bottom: 0em;
}

#localheader {
    background: #eee;
    margin-bottom: 0em;
}

#localfooter {
    background: #eee;
    margin-top: 0em;
}

#globalfooter {
    background: #eee;
    margin-top: 0em;
    text-align: center;
}

.pager {margin-top: 0em;}

.more {
	margin-top: 0em;
}



