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

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

html, body
{
	background: url(bilder/hintergrund.gif) #acbccb fixed;
	font: 13px/22px Georgia,Times,Times New Roman,serif;
	margin: 0px auto;
	color: #666;
	height: 100%;
}

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

a:hover 
{
	color: #000;
	text-decoration: none;
}

.menueoff
{
	color: #bb0024;
}

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

#aussencontent
{
	margin-left:auto;
	margin-right:auto;
	width: 776px;
	border: 0px solid red;
	background: url(bilder/weiss-hintergrund.png) repeat-y;
	min-height:100%;
}


/* IE Win < 7 only \*/
*html #aussencontent
{
	background: none;
	background: url(bilder/weiss-hintergrund-ie6.jpg) repeat-y;
	height: 100%;
 }
/* end IE Win < 7 only */


.aufmacherbild
{
	border: 0px solid green;
	text-align: center;
	width: 774px;
	padding: 6px 0 0 0;
}

.content
{
	margin-top: 6px;
	padding: 43px 0 90px 0;
	border: 0px dotted blue;
	width: 774px;
	overflow: auto;
	background: url(bilder/content-hintergrund.jpg) no-repeat 17px 0px;
	height: auto; 
	min-height: 214px;
}

/* IE Win < 7 only \*/
* html .content { height:214px; overflow: visible; }
/* end IE Win < 7 only */

.spalte1
{
	width: 200px;
	border: 0px dotted red;
	float: left;
	padding: 0 32px 0 30px;
	color: #3d3d3d;
	text-align: right;
}

.spalte2
{
	width: 435px;
	border: 0px dotted green;
	float: left;
	text-align: left;
}



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

h1
{
	font-size: 21px;
	font-weight: normal;
	margin: 0;
	color: #000;
}

h2
{
	font-size: 13px;
	margin: 0px;
	padding: 4px 0 8px 0;
	border: 0px solid red;
	line-height:13px;
}


.head
{
	border: 0px solid red;
	height: 40px;
	text-align: left;
	padding: 0 0 0 262px;
}

.partnerblock
{
	border-bottom: 1px dotted #aaa;
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	float: left;
}

img.logo 
{
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 5px;
	float: left;
	margin: 0 0 0px 0;
}

.logotext
{
	border: 0px solid blue;
	float: right;
	width: 285px;
	margin: 0 0 0 20px;
}

.logotext2
{
	border: 0px solid blue;
	float: right;
	width: 285px;
	margin: 0 0 0 34px;
}

li
{
	margin-left: -25px;
}

a:link.textlink,a:visited.textlink,a:active.textlink
{
	color:#18589F;
}

a:hover.textlink
{
	border-bottom: 1px dotted #18589F;
}

.partnerdetails
{
	font-size: 12px;
	line-height: 16px;
	color: #999;
}

.bildleiste img
{
	border: 0px solid #999;
}

.linie
{
	border-top: 1px dotted #aaa;
	height: 1px;
	width: 200px;
	margin: 35px 0 15px 0;
}

/* ----------------- Footer ----------------- */

.footer
{
	margin-left:auto;
	margin-right:auto;
	padding: 15px 0 0 20px;
	height: 60px;
	margin-top: -76px;
	border: 0px solid red;
	width: 693px;
	border-top: 1px dotted #aaa;
	text-align: center;
}

img.footerimg
{
	margin: 0 40px 0 0;
	vertical-align: middle;
}



/* ----------------- Thumbnailviewer ----------------- */

#thumbBox
{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
margin-left: 8px;
padding: 15px;
padding-bottom: 0;
background: #333;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
border: 0px solid #000;
background: url(bilder/bild-hintergrund.png);

}

#thumbBox .footerbar
{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 8px Verdana;
letter-spacing: 1px;
line-height: 1.1em;
color: white;
padding: 15px;
text-align: center;
}


#thumbBox #thumbImage
{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading
{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid #999;
background-color: #fff;
padding: 25px;
z-index: 15;
}




/* ----------------- Formfelder -------------


input {vertical-align:middle;}
img.spacer {vertical-align:middle;}

.formzeile
{
	height: 30px;
	border: 0px solid black;
}

.formzeiletextarea
{
	height: 150px;
	border: 0px solid black;
}

.bezeichnung
{
	border: 0px dotted red;
	float: left;
	width: 125px;
	text-align: right;
	margin: 0 20px 5px 0;
	padding: 2px 0 0 0;
}

.buttonok
{
	width: 80px;
	font: 10px Arial,Helvetica,sans-serif;
	font-weight: bold;
	padding: 3px 4px 3px 4px;
	margin: 0 5px 0 0;
	background-color: #b6263f;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.buttonok:hover
{
	background: #fff;
	color: #b6263f;
}

input
{
	width: 200px;
	border: 1px solid #999999;
	background-color: #fff;
	padding: 5px;
	font: 10px Verdana,Arial,Helvetica,sans-serif;
}

input:hover
{
	background: #f7f7f7;
}

input:focus
{
	background: #fdf9ef;
}

textarea
{
	width: 200px;
	height: 125px;
	border: 1px solid #999999;
	background-color: #fff;	
	padding: 5px;
	font: 10px Verdana,Arial,Helvetica,sans-serif;
}

textarea:hover
{
	background: #f7f7f7;
}

textarea:focus
{
	background: #fdf9ef;
}---- */

/* ----------------- Tabellen ----------------

table
{ 
	border-collapse: collapse;
	width: 100%;
}

td
{ 
	border: 1px #cbcbcb solid;
	padding: 5px;
}

.trheader
{
	 background-color: #79b22f;
	 font: 13px Arial,Helvetiva,Sans-serif;
	 font-weight: bold;
	 color: #fff;
}

.trweiss
{
	 background-color: #fff;
	 font: 12px Arial,Helvetiva,Sans-serif;
	 color: #000;
}

.trgrau
{
	 background-color: #fff;
	 font: 12px Arial,Helvetiva,Sans-serif;
	 color: #000;
	 background-color: #e5e5e5;
}--- */
