﻿/* Grundlagen */
*
{
	margin: 0;
	padding: 0;
}
body
{
	margin: 0;
	padding:0;
	font-family: Verdana, Sans-Serif;
	font-size:small;
	background:#969696;
}
/*Verstecken Ende */
div#wrap
{
	
	width:980px;
	background: url(bilder/warp-bg.gif) repeat-y 29.4% 0; 
	
	border-right:solid 1px #3151a1;
	border-bottom: solid 1px #3151a1;
}


/* Layoutstruktur */
div#content
{
	float:right;
	width: 680px;
	font-size:95%;
	line-height:1.5em;
	color: #333;
	min-height:450px;
	margin-left:0px;
	
}
div#sidebar
{
	float:left;
	width:293px;
	
	
}
div#footer
{
	clear: both;
	background-color: #dcdcdc;
}
div#footer p
{
	margin: 0;
	padding: 15px;
	font-size: 85%;
	color:#333;
	text-align:right;
}
div#footer a
{
	color:#3151a1;
}
/* Vor IE5/MAC verstecken\ */
div#footer
{
	height: 1%;
}
/*Verstecken Ende */
/* Vor IE5/MAC verstecken \ */
* html #footer
{
	height:1%;
}

/* Header */
div#header
{
	border-bottom: 3px solid #f9a033;
	background-color: #f9a033;	
}
div#header h1
{
	margin:0px;
	padding:25px;
	font-family:Georgia, Serif;
	font-size: 150%;
	color: #374c0e;
	background:  url(bilder/banner.jpg) no-repeat top left;
	height:120px;	
}

/* Werbeleiste */
#message
{
	margin: 0;
	padding: 10px;
	font-size: 90%;
	color: #ff9933;
	text-align: left;
	background: #3151a1;
}
#message strong
{
	padding: 0 0 0 28px;
	background: url(bilder/small-logo.png) no-repeat 0;
}

/* Gutter */
div#content .gutter
{
    background: url(bilder/content-bg.jpg) repeat-x top right;
    padding-left:5px;
    padding-top: 25px;
}
div#sidebar .gutter
{
	padding: 15px;
}

/*Inhalt*/
div#content h2
{
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, Serif;
	font-size: 150%;
	font-weight:normal;
	color:#663;
}
.bild
{
	margin-right:5px;
	width: 188px;
	height: 128px;
	/*Schatten für die Bildumrandung*/
	background: url(bilder/bild-schatten.gif) bottom right no-repeat;
}
/* Sidebar */
.box
{
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	background:#fff url(bilder/box-b.gif) no-repeat bottom right;
}
.box h3
{
	margin: 0;
	padding: 6px;
	font-family: Georgia, Serif;
	font-size: 140%;
	font-weight: normal;
	color: #000;
	display: block;
	background-color: #f93;
	background-image:url(bilder/box-t.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
.box p, .box ul
{
	margin: 0 0 0 0;
	padding: 0 12px;
}
.box p
{
	padding: 0 0 0 5px;
}
.box ul li
{
	margin: 0 0 0 12px;
	padding: 0 0 0 18px;
	list-style: none;
	
}
.box ul li a
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #3151a1;
    text-decoration: none;
    font-weight: bold;
}
.gutter ul li
{
	list-style: square none outside;
	margin-left: 15px
}
.gutter h4
{
	line-height: 25pt;
	letter-spacing: normal;
	border-bottom: #999 thin solid;
	margin-bottom: 10px;
	font-family: Georgia, Serif;
	font-size: 150%;
	font-weight: normal;
	color: #999;
	text-align: left;
}
/* Navigation */
div#nav-1
{
	background: #000;
	height: 12px;
	position:relative;
	width: 100%;

	
}

div#nav-1 ul
{
	margin-left:299px;
	list-style:none;
	position:absolute;
	
}
div#nav-1 li
{
    
    float: left;
    display: block;
    margin-right: 0px;
    padding-right: 0px;
    /* Bei 4 Menüpunkten
    width: 168px;*/
    /* Bei 5 Menüpunkten
    width: 167px;*/
    /* Bei 6 Menüpunkten
    width: 135px;*/
    /* Bei 7 Menüpunkten
    width: 115px;*/
    width: 113px;
    
   
   
}
/* Tabs mit Hintergrundbildern */
div#nav-1 li a
{
    display: block;
    
    font-family: Arial, Helvetica, Sans-Serif;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #000099;
    overflow: visible;
    height: 25px;
}



/* Style für die Teamseite */
.linkprof
{
	vertical-align: text-top;
	color: #000;
	text-align: left;
	padding-left: 10px;
}

.linkprof a
{
	vertical-align: text-top;
	color: #000;
	text-align: left;
	text-decoration:none;
}
/* Style für Email-Adressen */
.email 
{
	color:#3151a1;
}
#silent
{
	width:1px;
	height:1px;
	overflow: hidden;
	position:absolute;
}
.imglink
{
	text-decoration:none;
	border:0px;
}

.list
{
	list-style-type: disc;
	list-style-position: outside;
}