/* Styles für den oberen Bereich */

body { 
	padding: 0px;
	margin: 0px;
	background: #9D172D; 
	font-family: Verdana, Helvetica, sans-serif;	
	font-size:0.8em;
	color: white;
	overflow-y: scroll; 
  }

#global { 
	background-color: #A9122A; 
	border: 1px solid #E7A670;
	align: center;
	}  

#top {
	float: left;
	width:940px;
}

#top img { border: 0px; padding: 20px; }

#top_menu {
	float: left;
	width: 992px;
  background-color: black;
  border-bottom: 1px #E7A670 solid;
  font-size: 1em;
  padding: 4px;
}

#top_menu table {
	padding: 0px;
	margin: 0px;
	width: 100%;
	}
	
#top_menu td { text-align: center; }

#top_menu a, a:visited { 
	font-style: normal;
	font-weight: normal;
	text-decoration: none; 
	color: white;
	}
	
#top_menu a:hover {
	color: #999999;
	}
	
#top_menu td img { 
	padding: 0px 6px;
	border: 0px;
	}

#left td {
		padding: 30px 0px 0px 15px !important; padding: 20px 0px 0px 15px;
	}
	
#left table { border-right: 2px solid white; }
	
#left a, a:visited {
  font-weight: normal;
  font-style: normal;
	text-decoration: none;
	color: white;
	}
	
#left a:hover {
	font-weight: 800;
	}
	
#content {
	height: 350px;
	width: 500px;
	overflow: auto;
	padding: 20px;
	border-right: 1px solid #E7A670;
	border-left: 1px solid #E7A670;
	}
	
#content_ka {
	width: 538px;
	overflow: auto;
	border-right: 1px solid #E7A670;
	border-left: 1px solid #E7A670;
	}	

#right td {
	}

#content a, a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	background-color: #97021A;
  text-decoration: underline;
}

#content a:active {
	text-decoration: none;
	color: black;
}

#content .headline {
	font-weight: 600;
	font-size: 1.4em;
	line-height: 2.5em;
	}
	
#content .quote {
	font-size: 1.2em;
	font-weight: 600;
	}
	
#content img { padding: 4px; border: 0px;}

#scroller {
	width:100%;
	height: 350px;
	overflow: scroll;
	scrolling:yes;
	}
	
.portrait {
	font-size: 0.7em;
	}
	
.formular {
	border: 1px solid black;
	background-color: #E7A670;
	color: black;
	font-size: 0.8em;
  }
  
.formular input {
	border: 0px;
	background-color: #DDDDDD;
	}

.formular select {
	font-size: 1em;
	}

.title {
	font-weight: 600;
	font-size: 1.2em;
	line-height: 2.5em;
	}
	
.title_ka {
	font-weight: 600;
	font-size: 1.3em;
	line-height: 3em;
	}
	
.title_ka_lin {
	font-weight: 600;
	font-size: 1.3em;
	line-height: 1.3em;
	}

.popup {
	padding: 10px;
	}
	
#footer {
	border-left: 1px solid #E7A670;
	}
a {
	color: #FFFFFF;
	text-decoration: none;
}

