body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  min-width: 900px;
}

h1 {
  font-size: 1.9em;
  margin: 3px 0 5px 0;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
}

h2.line {
  margin: 10px 0 0 0;
  border-bottom: 1px solid #336699;
  font-size: 1.5em;
}

h3 {
  font-size: 1.3em;
  margin: 10px 0 2px 0;
}

h4 {
  font-size: 1.1em;
  margin: 2px 0 2px 0;
}

a:link, a:visited {
  color: #376A9D;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #FFA500;
  text-decoration: underline;
}

#leftbg {
  background-image: url(../images/bg_small_left.png);
  background-repeat: repeat-y;
  background-position: left;
}

#rightbg {
  background-image: url(../images/bg_right.png);
  background-repeat: repeat-y;
  background-position: right;
}

/* HEADER */
#header {
  background-image: url(../images/header_bg.png);
  background-repeat: repeat-x;
  height: 105px;
}

#header .logo {
  background-image: url(../images/header_logo.png);
  background-repeat: no-repeat;
  height: 105px;
  width: 320px;
}

#header .right {
  background-image: url(../images/header_right.png);
  background-repeat: no-repeat;
  background-position: right;
}

#header .headerquote {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
  color: #ffffff;
  max-width: 600px;
}

/* HEADER SEARCHBOX */
#header .searchbox {
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: right;
  color: #ffffff;
  max-width: 600px;
}

#header .searchbox input {
  border: 1px solid #b0b0b0;
  font-size: 0.9em;
}

#header .searchbox input.box {
  background-image: url(../images/search_icon.gif);
  background-repeat: no-repeat;
  background-color: #ffffff;
  padding-left: 20px;
  width: 100px;
}

#searchproviders {
  text-align: left;
  display: none;
}

#searchproviders .navi {
  line-height: 12px;
  width: 120px;
  font-size: 0.9em;
  background-color: #fafafa;
  color: #000000;
  
  border: 1px solid #b0b0b0;
}

#searchproviders .navi a {
  display: block;
  padding: 1px 0px 0px 10px;
  line-height: 18px;
  color: #505050;
  background-color: #fafafa;
  text-decoration: none;
}

#searchproviders .navi a:hover {
  color: #ffffff;
  background-color: #999999;
}

#searchproviders .navi .empty {
  background-color: #d3d3d3;
  line-height: 1px;
}


/* MAIN */
#main .breadcrumb {
  color: #808080;
  margin: 4px;
}

#main table.form td {
  vertical-align: top;
}

table.grayback, table.lightgrayback {
  width: 100%;
}

table.grayback tr td {
  background-color: #e7e7e7;
}

table.lightgrayback tr td {
  background-color: #f3f3f3;
}

#main .article {
  margin: 5px;
}

#main .article h2 {
  margin: 0;
  border-bottom: 1px solid #336699;
  font-size: 1.5em;
}

#main .article h3 {
  margin: 0;
}

#main table.links {
  width: 100%;
}

#main table.links tr {
  background-color: #f1f1f1;
}

#main table.links td {
  vertical-align: middle;
}

#main table.links td.name {
  width: 200px;
}
#main table.links td.flag {
  width: 30px;
  text-align: center;
}

#main .grayboxtitle {
  margin: 0 0 10px 0;
}

#main .graybox {
  background-image: url(../images/l.png);
  background-repeat: repeat-y;
  background-color: #E7E7E7;
}

#main .graybox .boxr {
  background-image: url(../images/r.png);
  background-repeat: repeat-y;
  background-position: right;
}

#main .graybox .boxt {
  background-image: url(../images/o.png);
  height: 18px;
}

#main .graybox .boxt .boxtl {
  background-image: url(../images/ol.png);
  background-repeat: no-repeat;
  height: 18px;
  width: 12px;
}

#main .graybox .boxt .boxtr {
  background-image: url(../images/or.png);
  background-repeat: no-repeat;
  height: 18px;
  width: 12px;
  float: right;
}

#main .graybox .boxb {
  background-image: url(../images/u.png);
  background-position: bottom;
  height: 18px;
}

#main .graybox .boxb .boxbl {
  background-image: url(../images/ul.png);
  background-repeat: no-repeat;
  background-position: bottom;
  height: 18px;
  width: 12px;
}

#main .graybox .boxb .boxbr {
  background-image: url(../images/ur.png);
  background-repeat: no-repeat;
  background-position: bottom;
  height: 18px;
  width: 12px;
  float: right;
}

#main .graybox .boxc {
  margin: 0 12px 0 12px;
}


#main .newsday {
  background-image: url(../images/no.png);
  background-repeat: repeat-x;
  height: 30px;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: bold;
  
}

#main .newsday .left {
  background-image: url(../images/nol.png);
  background-repeat: no-repeat;
  background-position: left;
  height: 30px;
}

#main .newsday .right {
  background-image: url(../images/nor.png);
  background-repeat: no-repeat;
  background-position: right;
  height: 30px;
}

#main .newsday .text {
  padding: 4px 0 0 10px;
}

#main .newsarticle {
  margin-bottom: 10px;
  border-top: 1px solid #b1b1b1;
}

#main .newsarticle h3 {
  margin-top: 0;
  padding: 2px;
  background-image: url(../images/brot.png);
}

#main .newsarticle .info {

}

#main .newsarticle .text {
  margin: 10px;
}


#main .newsheader {
  margin-top: 0;
  padding: 1px;
  background-image: url(../images/brot.png);
  background-repeat: repeat-x;
}

#main .box {
  background-image: url(../images/news_l.png);
	background-repeat: repeat-y;
	background-position: left;
	margin: 5px 2px 0px 2px;
	padding: 0;

}
#main .box h3 {
  margin: 0;
  color: white;
  padding-top: 7px;
}
#main .box h3 a {
  color: white;
}
#main .box .border {
  background-image: url(../images/news_r.png);
	background-repeat: repeat-y;
	background-position: right;
	margin: 0; padding: 0;
}

#main .box .content {
  margin: 0 11px 0 11px;
	background-color: #e7e7e7;
	padding-top: 7px;
	
}
#main .box .content p {
  margin: 0;
	padding: 15px 0 10px 0;
}
#main .box .content .infoline {
 /* border-top: 1px solid black; */
  margin-top: 10px;
  font-weight: bold;
}
#main .box .borderhtop {
  background-color: #ffffff;
  background-image: url(../images/news_u.png);
  background-repeat: repeat-x;
	height: 31px;
}

#main .box .borderh {
  background-color: #ffffff;
  background-image: url(../images/news_d.png);
  background-repeat: repeat-x;
	height: 11px;
}
#main .box .cornerlt {
  background-color: #ffffff;
  background-image: url(../images/news_ul.png);
  background-repeat: no-repeat;
	width: 11px;
	height: 31px;
	float: left;
}
#main .box .cornerlb {
  background-image: url(../images/news_dl.png);
  background-repeat: no-repeat;
	width: 11px;
	height: 11px;
	float: left;
}
#main .box .cornerrightrt {
  background-image: url(../images/news_ur.png);
  background-repeat: no-repeat;
	width: 11px;
	height: 31px;
	float: right;
}
#main .box .cornerrightrb {
  background-image: url(../images/news_dr.png);
  background-repeat: no-repeat;
	width: 11px;
	height: 11px;
	float: right;
}

#main .tabbox {
  table-layout:fixed;
  text-align: left;
  margin: 0 10px 25px 10px;
  width: 95%;
}

#main .tabbox tr.tabboxheader {
  background-image: url(../images/tab_bg.png);
  background-repeat: repeat-x;
}

#main .tabbox tr.tabboxheader td {
  height: 20px;
  width: 110px;
  font-size: 0.9em;
}

#main .tabbox tr.tabboxheader td.n {
  background-image: url(../images/tab2.png);
  background-repeat: no-repeat;
}

#main .tabbox tr.tabboxheader td.nleft {
  background-image: url(../images/links_nicht_aktiv.png);
  background-repeat: no-repeat;
}

#main .tabbox tr.tabboxheader td.current {
  background-image: url(../images/mitte_aktiv.png);
  background-repeat: no-repeat;
}

#main .tabbox tr.tabboxheader td.currentleft {
  background-image: url(../images/tab1.png);
  background-repeat: no-repeat;
}

#main .tabbox tr.tabboxheader td.currentlast {
  background-image: url(../images/rechts_aktiv.png);
  background-repeat: no-repeat;
}

#main .tabbox tr.tabboxheader td.last {
  background-image: url(../images/tab3.png);
  background-repeat: no-repeat;
}

#main .tabbox tr.tabboxheader td.d {
  width: auto;
}

#main .tabbox tr.tabboxmain td.content {
  background-color: #d1d1d1;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
  padding: 10px 10px 10px 10px;
}



/* ----------- */
#navigation, #rightbar {
  font-size: 1.1em;
}

#navigation .boxheader, #rightbar .boxheader {
  color: #ffffff;
  font-weight: bold;
  line-height: 25px;
  font-size: 1.1em;
}

/* NAVIGATION */
#navigation {
  float: left;
  width: 160px;
}

#navigation .box .top {
  background-image: url(../images/box_small_up.png);
  background-repeat: no-repeat;
  height: 19px;
  width: 160px;
}

#navigation .box .body {
  margin: 0;
  background-image: url(../images/box_bg.png);
  background-repeat: repeat-x;
}



#navigation .box .left {
  background-image: url(../images/box_small_left.png);
  background-repeat: repeat-y;
}

#navigation .box .right {
  background-image: url(../images/box_small_right.png);
  background-repeat: repeat-y;
  background-position: right;
  padding: 0 20px 0 20px;
}

#navigation .box .bottom {
  background-image: url(../images/box_small_bottom.png);
  background-repeat: no-repeat;
  height: 15px;
  width: 160px;
}

#navigation .line {
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  height: 1px;
  overflow:hidden;
}

/* RIGHTBAR */
#rightbar {
  float: right;
  width: 210px;
}

#rightbar .box .top {
  background-image: url(../images/box2_up.png);
  background-repeat: no-repeat;
  height: 19px;
  width: 210px;
}

#rightbar .box .body {
  margin: 0;
  background-image: url(../images/box_bg.png);
  background-repeat: repeat-x;
}

#rightbar .box .left {
  background-image: url(../images/box2_left.png);
  background-repeat: repeat-y;
}

#rightbar .box .right {
  background-image: url(../images/box2_right.png);
  background-repeat: repeat-y;
  background-position: right;
  padding: 0 20px 0 20px;
}

#rightbar .box .bottom {
  background-image: url(../images/box2_bottom.png);
  background-repeat: no-repeat;
  height: 15px;
  width: 210px;
}

#rightbar .line {
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  height: 1px;
  overflow:hidden;
  margin: 0;
  padding: 0;
}

#navigation a:link, #navigation a:visited, #rightbar a:link, #rightbar a:visited, #footer a:link, #footer a:visited {
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}

#navigation a:hover, #rightbar a:hover, #footer a:hover {
  color: #FFA500;
  text-decoration: underline;
}

/* FOOTER */
#footer {
  clear: both;
  background-color: #306091;
  color: #ffffff;
  text-align: center;
}

/* LINKS */
#linktitle {
  border: 1px solid #D1D8DD;
}


#linktitle a {
  text-decoration: none;
}


#linktext {
  font-size: 12px;
  border: 1px solid #D1D8DD;
  border-top: 0;
}

.bar_icon {
  margin-top: 3px;
  margin-right: 5px;
}

.message .postimage {
}

.message > .postimage {
  overflow: auto;
  width: auto;
}

/* Form elements */
input,textarea, select {
	color : #000000;

}

/* The text input fields background colour */
input.post, textarea.post {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/* The buttons used for bbCode styling in message post */
input.button, input.mainoption {
	background-color : #EFEFEF;
	color : #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #b0b0b0;
}

/* MAIN */
#main {
  margin: 0 220px 0 170px;
}

.searchheader {
  font-size: 1.3em;
  font-weight: normal;
  color: #008800;
  border-top: 1px solid #e1e1e1;
  padding-top: 10px;
}

.searchinfo {
  color: #a2a2a2;
  font-size: 0.7em;
}

.searchentry {
  margin: 20px;
}

.searchmore {
  text-align: right;
  color: #a1a1a1;
  margin-right: 10px;
}

.twitter_container{

color:#444;
font-size:12px;
width:600px;
margin: 0 auto;

}
.twitter_container a{

color:#0066CC;
font-weight:bold;

}
.twitter_status{

height:60px;
padding:6px;
border-bottom:solid 1px #DEDEDE;

}
.twitter_image{

float:left;
margin-right:14px;
border:solid 2px #DEDEDE;
width:50px;
height:50px;

}
.twitter_posted_at{

font-size:11px;
padding-top:4px;
color:#999;

}