/* CSS Document 
$Id: style.css 407 2009-06-03 19:12:08Z agwahl.php $ */

* {margin: 0;
    padding: 0;}

p {padding-top: 7px;
    padding-bottom:7px;}
	
h1 {
	padding-top: 200px;
	padding-right: 40px;
	text-align: right;
	font-size: 1.6em;
	font-style: italic;
	color: #f5b100;
	
}

h2 {
	padding-right: 90px;
	text-align: right;
	font-size: 1em;
	font-style: italic;
	color: #EAEEF7;
}
	
	
h3 {
	padding-top: 7px;
	padding-bottom:7px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #787C87;
	font-size: 1.6em;
}

h4 {
	margin-top: 40px;
	margin-left: 40px;
	margin-bottom: 1.4em;	
}

.new {
/* an dieser stelle fehlt ein hinweis, dass ein link in einem neuen fenster geöffnet werden soll */
}

img {
	border:0;
}

a:link {color: #666666}     
a:visited {color: #666666}
a:hover {color: orange}   
a:active {color: #666666}
	
body {
	background-color: #6B6D82;
	font-family: Verdana, Helvetica, Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
}

ul {
	list-style:inside;
}
	
#container {
	margin: 0px auto;
	width: 797px;
	color: #797D88;
	font-size: 1.2em;
}

#header {
	background-image: url(images/header.jpg);
	height: 249px;
}

#linkbar {
	background-image: url(images/linkbar_bg.jpg);
	height: 79px;
}

#content {
	background-image: url(images/content_tile.jpg);
	background-repeat: repeat-y;
	padding-left: 80px;
	padding-right: 80px;
}

#left_navi {
	background-image: url(images/left_navi.jpg);
	height: 365px;
	width: 277px;
	float: left;
	margin-left: -80px!important;
	margin-left: -40px;
}

#footer {
	background-image: url(images/footer.jpg);
	height: 63px;
	padding-top: 80px;
	padding-left: 80px;
	padding-right: 80px;
	text-align: center;
	font-size: .9em;
}

/******************************* menu ****************************************/

#navcontainer ul
{
	margin-left: 100px!important;
	margin-left: 50px;
	color: White;
	float: left;
	margin-top: 14px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
color: White;
text-decoration: none;
float: left;
}

#navcontainer ul li a:hover
{
color: #E3E9F1;
}

/******************************** asia-style ********************************/

			.orange { color:#f5b100; font-weight:bold; }
			.orange a:link { text-decoration:none; color:#f5b100; }
			.orange a:visited { text-decoration:none; color:#f5b100; }
			.orange a:hover { text-decoration:none; color:#f5b100; font-weight:normal; }
			.grey { color:#80898b; font-weight:bold; }
			.grey a:link { text-decoration:none; color:#80898b; }
			.grey a:visited { text-decoration:none; color:#80898b; }
			.grey a:hover { text-decoration:none; color:#80898b; font-weight:normal; }

/******************************** team-style ********************************/
#team {
		font-style: italic;
		font-weight: bold;
}
#ortwahl {color: #333333; font-weight: bold}
/********************************' right menu *******************************/

.navcontainer {
	width: 200px;
	margin-left: 40px;
}

.navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

.navcontainer a
{
display: block;
padding: 3px;
width: 168px;
border-bottom: 1px solid #BFC2C9;
}

.navcontainer a:link, .navlist a:visited
{
color: #666666;
text-decoration: none;
}

.navcontainer a:hover
{
background-color: #f5b100;
color: #fff;
}
/************************************  ************************************/
.backgrweiss { 
			padding-top: 200px;
			padding-right: 90px;
			text-align: right;
			color: #000; 
			font-size: 12px; 
			font-style: italic;
			line-height: 16px; 
			background-color: #fff; 
			text-decoration: none; 
			}	
