/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Screen layout: */

/* Um die meist gewünschte Darstellung dieser Pseudoklassen zu erreichen, 
   müssen Sie bei der Notierung die folgende Reihenfolge einhalten:       */
a:link {font-family: arial, helvetica; font-size: 12px; text-decoration: none; color: #003399;}
a:visited {font-family: arial, helvetica; font-size: 12px; text-decoration: none; color: #003399;}
a:hover {font-family: arial, helvetica; font-size: 12px; text-decoration: none; color: #003399;}
a:active {font-family: arial, helvetica; font-size: 12px; text-decoration: none; color: #003399;}


body {
margin: 0 auto;
padding: 0;
font-size: 12px;
font-family: Arial,Verdana,Tahoma,sans-serif;
color: black;
background: #245B9B url(../media/bluelions/background.gif) top center repeat-y;
padding-top: 10px;
}


#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
/*width: 760px;*/
width: 880px;
padding: 10px;
border: 2px solid #FFDD00;
}


#header {
clear: both;
margin: 20px 0 0 0;
padding: 0;
height: 45px;
}

#header h1 {
width: 250px;
margin: 0 0 10px 0;
float: left;
}

#header p {
width: 500px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0 0 10px 0;
font-size: 0.8em;
line-height: 1.2em;
}

#frontphoto {
margin: 0 0 2px 0;
border: 0;
}

#avmenu {
clear: left;
float: left;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 14px;
}

#avmenu ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 14px;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
font-size: 13px;
font-weight: bold;
height: 20px;
text-decoration: none;
color: #FFFFFF;
display: block;
padding: 6px 0 0 10px;
background: #245B9B;
border-left: 4px solid #FFDD00;
}	
	
#avmenu li a:hover {
background: #FFDD00;
color: #245B9B;
border-left: 4px solid #245B9B;
}

.announce {
margin: 10px 0 10px 0;
padding: 0px 10px;
width: 130px;
color: #505050;
}

#extras {
float: right;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}

#content {
margin: 0 160px 20px 160px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
border: 0px solid red;
}
/*
#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}
*/
a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
/*border-top: 4px solid #f0f0f0;*/
/*width: 760px;*/
width: 880px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

/*LAYOUT 2-5*/
h1, h4, h5 {
/*  margin-top: 3px;
	margin-bottom: 5px;
  padding: 5px;
  background: #006BA8;
  height: 30px;*/
  font-size: 14px;
  font-weight: bold;
  color: #245B9B;
  border-bottom: 1px solid #245B9B;	
}

h2 {
  font-size: 12px;
	color:#003399;
	font-weight: bold;	
	padding: 0px;
	border-bottom: 1px solid #003399;
}

.tr-even td {
	background-color: #FFFFFF;
}

.tr-odd td {
	background-color: #FFDD00;
}

.csc-caption  {
  font-size: 10px;
  margin: 0px;
  padding: 0px 3px;
  border: 1px solid silver;
}

.news-list-date {
  font-size: 10px;
}

.news-list-container h3 {
  font-size: 14px;
}

.clearer  {
  background-color:#245B9B; /* Mozilla 1.4 */
  color:  #245B9B; /* IE 6 */
  border: #245B9B; /* Opera 7.11 */
  height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

.csc-menu p{
  margin: 0px;
}

.news-list-item img,
.news-single-img img	{

	float: right;
	margin: 5px;
}

