a {
	color: #505050;
	font-weight: bold;
	text-decoration: underline;
}

body {
	background-color: #ffffff;
}

/* generel typo */
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; ; /* as cstyle_basic .px12 */
	color: #333333;
	font-weight: normal;
	line-height: 136%;
	min-width: 40em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern / Quelle: selfhtml.org */
}

#body {
	background-color:#ffffff;
	width: 100%;
	margin:auto;
}

#shadow_top {
	display: none;
}

#site {
	background-color: #FFFFFF;
	padding: 0px 10px 0px 10px;
	position: relative;
}


#header {
	display: none;
}

#home_headline {
	float: left;
	margin-bottom: 25px;
}

#subheader {
	display: none;
}

#collumn1 {
	display: none;
}

#collumn2 {
	background-color: #FFFFFF;
	float: left;
	width: 580px;
	margin: 0px; /* change valus for ad_collumn */
	padding: 20px;
	padding-top: 10px;
	padding-right: 0px;
	position: relative;
	line-height: 1.5;
}

#collumn3 {
	display: none;
}

#footer {
	display: none;
}

/* ads */

#ad_top {
	background-color:#CCDDEE;
	border:1px solid #BBCCDD;
	display:block;
	/* height:20px;
	margin-top: 10px; */
	padding: 10px 10px 10px 10px;
	vertical-align: middle;
	text-align: center;
}

#ad_collumn {

}

#ad_collumn img {
	display: none;
}


/* navigation1 */

#navi_breadcrumb {
	display: none;
}


/* CONTENT */

.content_headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin-top: 23px;
	color: #505050;
	float: left;
	display: none;
}

.img_headline {
	float: left;
	position: relative;
	max-width: 100px;
	height: 40px;
	margin-top: 15px;
	margin-bottom: -15px;
}

.img_headline img {
	float: left;
	max-width: 100px;
	max-height: 36px;
}

.artikel_headline {
	float: left;
	height: 15px;
	width: 540px;
	padding: 5px 10px 5px 0px;
	margin-bottom: 5px;
	color: #505050;
	border-bottom: 1px dashed #505050;
	font-weight: bold;
	margin-bottom: 15px;
}

.artikel_headline span.left {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 540px;
	*width: 520px;
	height: 16px;
	display: block;
	padding-bottom: 5px;
}

.underline {
	display: none;
}

.content {
	padding-right: 20px;
}

.artikel_funktions {
	display: none;
}

.img_artikel {
	float: left;
	max-width: 215px;
	margin: 5px 15px 10px 0px;
}

.img_artikel_gr {
	float: left;
	width: 560px;
	margin: 5px 0px 10px 0px;
}


.video_youtube {
	display: none;
}


/* TABELLEN */

table {
	float: left;
	width: 550px;
	table-layout: fixed;
	margin-bottom: 25px;
}

th, td {
	padding: 5px;
	padding-left: 10px;
	border: solid 1px #505050;
}

th {
	background-color: #eeeeee;
	font-size: 12px;
	font-weight: bold;
	color: #303030;
}