body{
	background: #fcd495 url(../media/_statics/bottom-bg.jpg) repeat-x;;
	height: 100%;
	margin:0;
	padding: 0;
	font-family: Verdana,Helvetica,Arial,Geneva,Helvetica,sans-serif;
	font-size: 11px;
	color:#000;
	line-height: 18px;
	/*overflow: auto;*/
	text-align:center;
}

/*------ LINKs ------*/

a.totop:link, a.totop:hover, a.totop:active, a.totop:visited { color: #999; font-size: 10px; text-decoration:none; padding-left: 15px; }
a.totop:hover, a.totop:active { text-decoration:underline; }


/*-----------------------------*/
/*---------- LAYOUT -----------*/
/*----------------------------*/
/* Allgemeines */
td {
	vertical-align: top;
	font-family: Verdana,Helvetica,Arial,Geneva,Helvetica,sans-serif;
	font-size: 11px;
}
.bg-red {
	background-color: #9d1e34;
}
.bg-white {
	background-color: #fff;
}
.bg-gray {
	background-color: #afafaf;
}
.bg-orange {
	background-color: #fcd495;
}
.gradient {
	background: #fcd495 url(../media/_statics/bottom-bg.gif) repeat-x top left;
}
.border-bottom {
	background-image: url(../media/_statics/border-bottom.gif);
}

/* Headerbereiche */
.logo {
	background: #fff url(../media/_statics/duerer2.jpg) no-repeat top left;
	text-align: right;
	width: 679px;
}


/* Linke Spalte */
#left {
	vertical-align: top;
	width: 220px;
	background: #fff url(../media/_statics/menu-bg.gif) repeat-y top left;
	padding: 35px 0 30px 0;
}
* html #left {
	padding: 0 0 30px 0;
}
	.redbox a {
		margin: 0 0 0 25px;
		padding: 9px 5px 6px 5px;
		background-color: #9d1e34;
		font-size: 11px;
		font-family: Helvetica,Arial,Geneva,Helvetica,sans-serif;
		font-weight: bold;
		letter-spacing: 1px;
		text-decoration: none;
		line-height: 40px;
		text-transform: uppercase;
		color: #fff !important;
	}
	* html .redbox {
		margin-left: -5px;
		padding: 6px 5px 6px 5px;
	}
	.redbox a:hover, .redbox a:active {
		text-decoration: underline;
	}
	#flags {
		padding-left: 45px; 
		text-align: left;
	}
		#flags a {
			padding-right: 15px;
		}

	.headline-page {
		margin: 0;
		vertical-align: middle;
		padding: 0 15px 0 0;
		height: 45px;
 		width: 665px;
		text-align: right;
		font-size: 19px;
		line-height: 23px;
		color: #fff;
		background: #9c9c9b url(../media/_statics/duerer3.gif) top left;
	}

	.duerer1 {
		width: 679px;
	}


/*-----------------------------*/
/*----- CONTENT-SECTIONS ------*/
/*----------------------------*/
#headerimage1 {
	background-image: url(../media/_statics/menu-bg.gif);
	background-position: 45px 0;
}


#content {
	padding: 0 !important;
	width: 664px; /* 664+15=679 */
	border-right: 1px solid #000;
	background: #ffe7c1 url(../media/_statics/content-bg.jpg) repeat-x 0px 200px;
	text-align: left;
	border-right: 15px solid #fff;
}
* html #content {
	background: #ffe7c1 url(../media/_statics/content-bg.jpg) repeat-x 0px 150px;
}
	#headercontent-pic-text, #headercontent-slideshow {
		width: 649px; /* 649+15=664 */
		padding: 0 15px 0 0 !important;
		background-color: #fcd495;
		height: 230px;
		text-align: right !important;
	}
	#headercontent-text-teaser {
		width: 574px; /* 574+30+45=664 */
		padding: 55px 45px 20px 45px !important;
		background-color: #fcd495;
		text-align: left;
	}
	#headercontent-text-text {
		width: 464px; /* 519+45+100=664 */
		padding: 55px 100px 20px 100px !important;
		background-color: #fcd495;
		text-align: left;
	}
	

	#colnormal {
		width: 464px;
		padding: 30px 100px 50px 100px !important;
		/*background: #fee7c2 url(../media/_statics/content-bg.jpg) repeat-x top left;*/
		text-align: left;
	}

	#cols {
		width: 619px; /* 604+15+45=664 */
		padding: 0 15px 50px 30px !important;
		/*background: #fee7c2 url(../media/_statics/content-bg.jpg) repeat-x top left;*/
	}
		#colleft, #colcenter, #colright {
			display: inline;
			width: 189px;
			padding: 0;
			text-align: left;
			border-bottom: 1px solid #F5C06C;
			margin-bottom: 50px !important;
		}
		#colleft 		{ float: left; }
		#colcenter 	{ float: left; margin-left: 26px; }
		#colright 		{ float: right; }


/*-----------------------------*/
/*---------- BORDERS ----------*/
/*----------------------------*/
.box1 {
	padding: 3px 5px 3px 5px;
	border: 1px solid #002161;
}
.box2 {
	padding: 0 15px 10px 15px;
}

/*-----------------------------*/
/*----------- MENU ------------*/
/*----------------------------*/
#menu {
	margin: 25px 0 0 30px;
	text-align: left;
}
#menu ul{
	list-style: none;
	width: 176px;
	margin:0;
	padding:0 0 10px 0;
}
	/*------- 1st level ------*/
	#menu ul li {
		width:175px;
		margin:0;
		padding:0;
	}
		#menu a, #menu a:visited { /* 1st level navi link item */
			display:block;
			width: 159px;
			padding:1px 0 10px 15px; /* 159+15+6=173 */
			text-align: left;
			color: #9d1e34;
			font-size: 13px;
			text-decoration:none;
		}
		* html #menu a, #menu a:visited { /* only IE */
			width: 153px;
			padding:2px 0 6px 15px;
		}
		#menu a:link, #menu a:hover, #menu a:active, #menu a:visited { /*allgemeine Link-Unterstreichung entfernen */
			background-image: url(../media/_statics/menu-item.gif); 
		}
		#menu a:hover, #menu a.active, #menu a.active:link, #menu a.active:hover, #menu a.active:active, #menu a.active:visited { /* 1st level hover item */
			color: #646464;
			background-image: url(../media/_statics/menu-item-active.gif);
		}







/*----------------------------*/
/*-------- FORMULARE ---------*/
/*----------------------------*/
input, textarea, submit, select, input.small {
	font-size: 11px;
	border: 2px solid /*#fff*/#d7d7d7;
	background: /*#d7d7d7*/#fff;
	width: 175px;
}
input.small { width: 20px; }
input.csc-mailform-submit {
	border: 3px solid #fff;	
	width: 125px;
	background: #e0e0e0;
}
.bg-form { 
	padding: 5px 5px 5px 0;
	background: transparent; 
}


/*----------------------------*/
/*-------- TT_CONTENT --------*/
/*----------------------------*/
.csc-uploads-icon { vertical-align:top; }
.csc-textpic-caption { font-size: 10px; color: #464646;}


/*----------------------------*/
/*-------- EXTENSIONS --------*/
/*----------------------------*/

/* Teaser */
.teaser-text { padding: 5px 10px 10px 10px; vertical-align: middle; }
#content-home-left .teaser-text:hover, #content-home-normal .teaser-text:hover, #content-home-right .teaser-text:hover { background-color: #fde4b4; }


/*------------------------------*/
/*-------- RTE-Erweiterung --------*/
/*------------------------------*/

/*#headercontent-text-teaser hr { border-bottom: 1px solid #f6c06c; }*/
