/*
 * ALLGEMEINE FORMATIERUNGEN
 */
 
* {
	margin:0;
	padding:0; }
 
html, body {
  margin:0px;
  padding:0px;
  border:0px;
  
  font-family:arial, helvetica, verdana, sans-serif;
  font-size:12px;
  background-color:#fff; }
	
div {
	overflow:hidden; }
  
img {
  border:none; }
  
a {
  color:#444;
	text-decoration:none; }
	
a:visited  {
	color:#444;
	text-decoration:none;	}
  
a:hover {
	text-decoration:underline; }

.clickable {
	cursor:pointer; }
	

/*
 * LAYOUT-CONTAINER
 */
  
div#layout_container {
  width:960px; }
  
div#layout_header {
  height:100px;
  background:url(../img/header.jpg) bottom no-repeat; }
  
div#layout_leftbar {
  width:185px;
  float:left; }
  
div#layout_content {
	width:768px;
  float:left;
  margin-left:7px;
	padding:0px; }
  
div#layout_footer {
  float:left;
  clear:both;
  width:960px;
  text-align:right;
  border:solid #c8c8c8;
  border-width:1px 0px 1px 0px;
  padding:7px;
  margin:40px 0px 20px 0px;
  font-size:10px; }

div#layout_bottom {
  clear:both;
  width:960px;
  text-align:center;
  font-size:10px;
  color:#aaa; }
	
iframe#frame_content {
	width:768px;
	border:0px;
	margin-top:7px;	}
  
  
	/* LAYOUT_HEADER */
 
	div#layout_header img.menu_header {
		margin:0px;
		padding:0px; }
	 
	div#layout_header p {
		color:#fff;
		font-weight:bold;
		position:absolute;
		left:700px;
		top:65px; }
  
  
	/* LAYOUT_RIGHTBAR */

	div#layout_rightbar ul, p {
		line-height:200%; }

  
	/* LAYOUT_FOOTER */

	div#layout_footer a {
		text-decoration:none;
		margin:3px; }
  
  
/*
 * LAYOUT-BOXEN
 */

div.box_header {
	font-size:12px;
	font-weight:bold;
	color:#fff;
	margin:7px 0px 0px 0px;
	padding:4px 4px 4px 15px;
	background:url(../img/arrow.png) 3px 6px no-repeat #255E7A; }
 
div.contentbox_content {
  border:solid #c8c8c8;
	border-width:0px 1px 1px 1px;
	padding:15px 20px 5px 20px; }
  
div.infobox_content {
  border:solid #c8c8c8;
	border-width:0px 1px 1px 1px;
	padding:7px; }
	
div.infoimage {
	text-align:center; }
		

	/* INFOBOX_CONTENT */
    
  div.infobox_content p {
    line-height:200%;
		margin:0px; }
    
  div.infobox_content ul {
    list-style-image:url(../img/arrow_off.png);
    margin:5px;
    padding-left:15px; }
		
		
	/* CONTENTBOX_CONTENT */
	
  div.contentbox_content h1 {
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    color:#225772;
		padding-top:10px; }
		
	div.contentbox_content p {
		line-height:200%;		}
		
		
	/* LAST POSTS */
	
	#last_posts li {
		margin-top:5px; }
	
	#last_posts p.small {
		margin-top:0px;
		padding-top:0px;
		font-size:10px;
		line-height:10px;
		color:#aaa;		}
		
		.small a {
			color:#ccc; }
			
		.small a:visited { }
			
		.small a:hover { }
    

/*
 * HAUPTMENÜ
 */
 
div#menu_main {
	padding:0px; }

div#menu_main ul {
  margin:0px;
  padding:0px; }

div#menu_main ul li {
  border-bottom:1px dotted #c8c8c8;
  padding:5px 5px 5px 20px;
  background:url(../img/arrow_off.png) 10px center no-repeat; }
	
	div#menu_main ul li.last {
		border-bottom:0px; }

  div#menu_main ul li:hover {
    background-color:#CDDCE9; }
  
div#menu_main ul a {
  text-decoration:none; }
