/* - basic html elements - */
html {
	
}
body {
	margin: 0px;
	padding: 0px;
	font: 100.01% Arial, Helvetica, sans-serif;
}
p {
	
}
h1 {
	
}

#navigation a {
	color: #FAAA15;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:visited {
	color: #FAAA15;
	font-weight: bold;
}
#navigation a:hover {
	text-decoration: underline;
	color: #6495ED;
}

a {
	color: #3366CC;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #3366CC;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #6495ED;
}

img {
	
}
/* - layout elements - */
#website_name {
	position: absolute;
	top: 75px;
	color: #FAAA15;
	font: bold 150% Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}
#website_name_semi_transparent {
	position: absolute;
	top: 70px;
	color: #4488CA;
	font: bold 200% Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
#vertical_line {
	width: 1px;
	height: 143px;
	background: #B7E609;
	position: absolute;
	top: 0px;
	left: 323px;
}
#top_all {
	width: auto;
	min-width: 750px;
	height: 281px;
}
#top1 {
	width: 323px;
	height: 281px;
	float: left;
	border-bottom: 1px solid #FAAA15;
}
#top2 {
	width: auto;
	height: 143px;
	background: #3175BC url(images/top2_bg.gif) repeat-y left;
	border-bottom: 1px solid #FAAA15;
}
#top3 {
	width: auto;
	height: 138px;
	background: #FDEDCE url(images/top3_bg.gif);
}
#navigation_left {
	float: left;
	width: 23px;
}
#navigation {
	float: left;
}

#bottom_all {
	margin-top: 40px;
	width: auto;
	height: auto;
}
#left_column {
	float: left;
}
#middle_column {
	width: 445px;
	float: left;
	font: 80% Arial, Helvetica, sans-serif;
}

#middle_column2 {
	width: 100%;
	float: left;
	font: 80% Arial, Helvetica, sans-serif;
}

#title {
	margin-bottom: 15px;
	width: 445px;
	height: 24px;
	background: #FEEED0;
	border-left: 5px solid #FFCC99;
	font: bold 160% Arial, Helvetica, sans-serif;
	color: #444;
}

.news_teaser {
	margin-bottom: 25px;
	padding: 2px 4px 0px 48px;
	width: 295px;
	height: 143px;
	background: url(images/news_bg.png) no-repeat;
	font: normal 75%/normal Arial, Helvetica, sans-serif;
	color: #111;
}
.news_teaser2 {
	width: 240px;
}
.news_teaser2:first-line {
	font: bold 125% Arial, Helvetica, sans-serif;
	color: #444;
}

#footer {
	border-top: 1px solid #ccc;
}


/* - content elements - */
#content {
	
}

#usb {
	margin-right: 15px;
	float: right;
	border-left: 1px dotted #FAAA15;
	border-right: 1px dotted #FAAA15;
}

#navigation ul {
	margin: 0px 5px;
	padding: 0px;
	list-style: none;
}

.small {
	font-size: 75%;
}
.strong {
	font-size: 115%;
}


/*--------------------------------------
  den nachfolgenden code nicht aendern
----------------------------------------*/
.twt_code {
	display: none;
}