/* ----------------- (c) newmediamen.com ----------------- */

/* ----------------- GENERAL ----------------------------- */

html,body
{
	background: url(bilder/hintergrund.gif) repeat-x fixed #e35063;
	font: 13px/18px Arial,Helvetica,sans-serif;
	margin: 0px auto;
	color: #000;
	height: 100%;
}

a:link,a:visited,a:active 
{
	color: #bf1f32;
	text-decoration: none;
	outline: none;
}

a:hover 
{
	color: #bf1f32;
	text-decoration: underline;
}

a
{
	position: relative;
}

/* ----------------- Raster ----------------- */

.schattenoben
{
	width: 100%;
	border: 0px solid white;
	position: fixed;
	z-index: 200;
	height: 17px;
	background: url(bilder/schatten-oben.png) repeat-x;
	display: none;
}


.schattenmitte
{
	width: 961px;
	border: 0px solid white;
	position: absolute;
	top: 252px;
	z-index: 200;
	height: 17px;
	background: url(bilder/schatten-mitte.png) repeat-x;
}


#aussencontent
{
	margin-left:auto;
	margin-right:auto;
	width: 998px;
	border: 0px solid yellow;
	padding: 0 0 0px 38px;
	background: url(bilder/hintergrund-contentb.png) repeat-y;
	min-height: 100%;
	overflow: hidden;
}


/* ----------------- SPRACHWECHSEL ----------------- */
.sprachwechsel
{
	background: url(bilder/sprachwechsel1.png) no-repeat;
	border: 0px solid red;
	display: block;
	height: 111px;
	width: 33px;
	position: absolute;
	top: 64px;
	z-index: 300;
	margin: 0 0 0 -33px;
}

a:hover.sprachwechsel
{
	background-position: -33px 0;
}


.sprachwechsel2
{
	background: url(bilder/sprachwechsel3.png) no-repeat;
	border: 0px solid red;
	display: block;
	height: 111px;
	width: 33px;
	position: absolute;
	top: 64px;
	z-index: 300;
	margin: 0 0 0 -33px;
}

a:hover.sprachwechsel2
{
	background-position: -33px 0;
}



/* ----------------- Spalten etc ----------------- */


.aufmacher
{
	border: 0px solid red;
	position: relative;
	float: left;
	width: 961px;
	height: 200px;
}

.content
{
	border: 0px solid white;
	padding: 0 0 20px 0;
	width: 961px;
	height: 100%;
	position: relative;
	float: left;
	overflow: hidden;
	background-color: #999;
}

.spalte1
{
	width: 580px;
	border: 0px solid yellow;
	margin: 0px 0px 0 63px;
	background: url(bilder/hintergrund-spalte1.png) repeat-y;
	float: left;
	position: relative;
	overflow: hidden;
}

.spalte1text
{
	padding: 40px 54px 0 50px;
	margin: 0 0 50px 8px;
	width: 460px;
	min-height: 580px;
	border: 0px solid black;
	background-color: #fff;
	float: left;
	position: relative;
}


.spalte1footer
{
	padding: 0px 0px 0 0px;
	margin: 0px 0 0 0px;
	width: 578px;
	border: 0px solid red;
	float: left;
}

.spalte2
{
	width: 270px;
	border: 0px solid green;
	float: left;
	background: url(bilder/hintergrund-spalte2.png)  0px 0 repeat-y;
	margin: 0 0 0 -8px;
}

.spalte2text
{
	background-color: #bec0c0;
	padding: 35px 35px 25px 33px;
	min-height: 495px;
	border: 0px solid black;
	float: left;
	font: 12px/15px Georgia,Times,TimesNewRoman,serif;
	color: #fff;
	width: 190px;
}


.bildbeschreibung
{
	text-align: center;
	font: normal 10px/12px Arial,Helvetica,sans-serif;
	color: #b1786f;
}

.galeriebildrechts
{
	border: 0px solid #000;
	margin: 0 0 10px 0;
}
/* --------------------------- NAVI ------------------------ */

.navikasten
{
	border: 0px solid green;
	background: url(bilder/navi-hintergrund.gif) no-repeat;
	position: relative;
	float: left;
	height: 52px;
	width: 801px;
	padding: 0px 0 0 160px;
	text-align: center;
}

.navikastenru
{
	border: 0px solid red;
	height: 40px;
	width: 870px;
	margin: 10px 0 0 0px;
	padding: 0px 0 0 50px;
	text-align: center;
	float: left;
}

a.navi:link,a.navi:visited,a.navi:active 
{
	color: #c0c0c0;
	text-decoration: none;
	border-right: 1px solid #c0c0c0;
	text-transform: uppercase;
	font: 13px/13px Georgia,Times,TimesNewRoman,serif;
	letter-spacing: 1px;
	margin: 20px 0px 0px 0px;
	padding: 0px 37px 0px 37px;
	display: block;
	text-align: center;
	float: left;
}

a.navioff:link,a.navioff:visited,a.navioff:active
{
	color: #fff;

	border-right: 1px solid #c0c0c0;
}


.navioff1
{
	width: 23px;
	float: left;
	border: 0px solid black;
}

a.navi:hover 
{
	color: #ff8900;
	text-decoration: none;
}




/* ----------------- CONTENT ----------------- */


.bildimtext
{
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0 10px 5px 0;
	float: left;
	background-color: #fff;
}


h1
{
	font: normal 20px/22px Georgia,Times,TimesNewRoman,serif;
	margin: -1px 0 20px 0;
	color: #000;
	border: 0px solid green;
}

h2
{
	font: normal 13px/13px Georgia,Times,TimesNewRoman,serif;
	margin: -1px 0 15px 0;
	color: #000;
	text-transform: uppercase;
	width: 450px;
	display: block;
	border: 0px solid blue;
	float: left;
}

h4
{
	font: normal 12px/14px Georgia,Times,TimesNewRoman,serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 9px 0 9px 0;
	margin: 0px 0 10px 0;
	color: #fff;
	border-bottom: 2px dotted #fff;
	border-top: 2px dotted #fff;
}

.textkleingrau
{
	font: normal 11px/12px Arial,Helvetica,sans-serif;
	color: #999;
}

ul
{
	margin-top: 5px;
	margin-bottom: 5px;
}

ol
{
	margin-top: 10px;
	margin-left: 3px;
	margin-bottom: 10px;
	border: 0px solid red;
}


li
{
	margin-left: -25px;
	padding-bottom: 5px;
}


.punktlinie
{
	border-top: 1px dotted #ccc;
	height: 1px;
	margin: 20px 0 20px 0;
	clear: left;
}

.punktlinierechts
{
	border-top: 2px dotted #fff;
	height: 1px;
	margin: 10px 0 10px 0;
}

.spalte1linkespalte
{
	border: 0px solid #000; 
	width: 230px;
	height: 60px;
	float: left;
}

.spalte1rechtespalte
{
	border: 0px solid #000;
	height: 60px;
	width: 210px;
	float: left;
	margin: 0 0 0 18px;
}

.referenzenlogos
{
	border: 1px solid #ddd;
	float: left;
	text-align: center;
	padding: 10px;
	margin: 0 10px 10px 0;
}

