/*######## infobox ##########################################*/
.infobox {
	float:left;
	width: 165px;
	height: 138px;
	background-color: #F6F6F6;
	margin: 5px 8px 5px 0px;
}

.infobox_header {
	background: url(img/bg_infobox_header.gif) no-repeat;	
	padding: 2px 1px 3px 5px;
	color: #E6913D;
	font-weight: bold;
	margin-bottom: 2px;
}

.infobox_content {
	border: 1px solid #CCCCCC;	
	height: 115px;
}
.infobox_image, .infobox_text {
	padding: 2px 4px 1px 4px;
}
/* FE-Edit-Pfeilchen erscheint falsch skaliert!!! */
/*.infobox_image img{
	width: 155px;
	height: 60px;
}*/
a.infobox_link {
	background:url(img/infobox_pfeilchen.gif) center left;
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #000000;
}
.infobox_link:hover {
	text-decoration: none;
	color: #E6913D;
}
div.infobox_link {
	padding-bottom: 5px;
	padding-top: 5px;
}
/*######## download ##########################################*/
.downloadbox {
	float: left;
	_float: none; /* ie */
	width: 165px;
	background-color: #F6F6F6;
	margin: 10px 0px 10px 0;
}
.download_content {
	border: 1px solid #CCCCCC;
	padding: 5px;	
}
.download_content p {
	margin: 0;
}
.download_link {
	background: url(img/pdf_icon.gif) no-repeat top left;
	padding: 5px 0 5px 40px;
	color: #000000;
	height: 30px;
}
.download_link a {
	text-decoration: underline;
	color: #000;
}
.download_link a:hover {
	text-decoration: none;
}
/*######## shortcut ##########################################*/
.shortcutbox {
	float: left;
	width: 165px;
	background-color: #F6F6F6;
	margin: 10px 0 10px 0;
}

.shortcut_container {
	border: none;
}

.shortcuts {
	margin: 0;
	padding: 5px 0 5px 0;
}

.shortcuts li {
	list-style-image: none; 
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

.shortcuts a {
	background: url(img/shortcut_icon.gif) center left;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-left: 5px;
	color: #000;
	text-decoration: none;
}

.shortcuts a:hover {
	text-decoration: underline;
}

/*######## zitate ##########################################*/
.citebox {
	float:left;
	width: 165px;
	background-color: #F6F6F6;
	margin: 5px 0 5px 0;
	padding: 1px 4px 1px 4px;
}

.citebox img {
	align: center;
}

.cite {
	text-transform: uppercase;
}

.citebox ul {
	list-style-image: none; 
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 10px 0 0 0;
}

/*######## teaser ##########################################*/
.teaser {
	width: 165px;
	background: #fff;
	margin: 5px 5px 5px 0px;
}

.teaser_text {
	color: #000;
	background: url(img/teaser_pfeilchen.gif) right no-repeat;
	margin-right: 3px;
	padding: 3px 3px 3px 6px;
	font-weight: bold;
}

.teaser_text a {
	color: #000;
	text-decoration: none;
}

/*############## header-bereich ########################################*/

#headercontent img {
	margin: 0px;
	padding: 0px;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image { 
	margin-bottom:0px;
}

.header_3images {
	width: 552px;
	height: 220px;
}

.header_part {
	width: 184px;
	height: 220px;
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
	cursor:pointer;
}
.header_part a {
	border: none;
	padding: 0;
	margin: 0;
	color: #00000;
	text-decoration: none;
	cursor:pointer;
}

.headerlink #header_image1 {
	background: url(img/header_left.gif);
	width: 184px;
	height: 220px;
	cursor:pointer;
}

.headerlink #header_image2 {
	background: url(img/header_center.gif);
	width: 184px;
	height: 220px;
	cursor:pointer;
}

.headerlink #header_image3 {
	background: url(img/header_right.gif);
	width: 184px;
	height: 220px;
}

.header_text {
	padding: 140px 10px 0 15px;
	color: #000000;
	cursor:pointer;
}

.header_title {
	color: #E6913D;
	font-size: 20px;
	padding: 5px 0 3px 0px;
}
span.header_link {
	text-decoration: underline;
}


/*######## LOGO - Įderungen ##########################################*/
#logo {
	background: #382D24;
	width: 200px;
	height: 120px;
	_height: 117px; /* IE */
}

#logo img {
	text-decoration: none;
	border: none;
}
