/* GLOBALS */

html, body {
	height: 100%;
}

html {
	overflow-y:scroll;
}

body {
	margin:0;
	padding:0;
}
body { 
	font-family: Arial, Helvetica, Sans-serif;  
	font-size: 0.75em;
	line-height: 1.5em;
	color: #5c5c5c;
	text-align: center;
	background: #d3dae1 url(../images/bg_body.gif) repeat-x top;
}


li {
margin-bottom:  5px;
}
img{
	border:none;
}
p{
 xmargin-bottom: 1px;
line-height: 1.2em;
}

body.home p {
line-height: 1.3em;

}
input,textarea,select{
	font-family:	arial, sans-serif;
	width: 275px;
	border: #a9b1a4 0px solid;	
	background: #edeee9;
	height: 1.2em;
	line-height: 1.2em;
	margin: 1px 0 1px 0;
	font-size: 1em;
}
.usb{
	display:none;
}
dfn{
	display:none;
}
dl{
}
dt{
	float: left;
}
dd{
}
select{
	height:1.6em;
	line-height:1.6em;
}
textarea{
	height:4em;
}
input.checkbox,input.radio{
	border:none;
	background:transparent;
	width:1em;
	height:1em;
}
b {
font-weight: normal;
}
/* GLOBALS ENDE */

/* CONTAINER */

#container {
    position: relative;
    width: 980px;
    height:611px;
    margin: 0 auto;
    text-align:left;
    background: url(../images/bg_container.gif) no-repeat top center;
}


#content{
	position: relative;
	width:980px;
	xheight:100%;
	
}
#header{
	height:35px;
	margin: 0 auto;
	position: relative;
	width: 980px;
	text-align: left;
}


#footer{
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#bottommer{
}

.clear{
	clear: both;
	line-height: 0px;
}

/* CONTAINER ENDE */

/* LOGOS */


#macrocom{
	position: relative;
	top:0px;
	padding: 2px 2px 2px 2px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 8px;
}


/* LOGOS ENDE */

/* POPUP */

#zoom{
	position:relative;
	background: #fff;
	color: #7C7C7E;
	margin: 0px auto;
	padding: 10px;
	text-align:center;
}

body.kontakt #zoom, body.impressum #zoom {
	min-width:	450px;
}



#container-impressum {
	height: 450px;
}

#buttons {
	text-align:			right;
	
}

#zoom #header {
	position:relative;
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	text-align: right;
}

#header-popup #buttons{
	position:relative;
	font-size:0.9em;
	width: 100%;
}
#header-popup .next{
	position: relative;
	float:left;
}
#header-popup #logo{
	position:relative;
	left:0px;
	top:10px;
}

#popcontent{
	position:relative;
	display: block;
	font-size:0.9em;
	float: left;
	margin: 0;
	text-align: left;
}


#popcontent #inhalt{
	position:relative;
	display: block;
	width: 100%;
	margin: 0 10px 15px 10px;
}


/* POPUP ENDE */ 

#eventinc{
	position:absolute;
	width:330px;
	left:313px;
	top:144px; 
	border: #666666 1px solid; 
	background: #fff; 
	z-index:1000;
}
#eventinc #top{
	padding:3px 3px 3px 3px;
	background: #DDE5EE; 
	border-bottom: #666666 1px solid; 
}
#eventinc #body{
	background:#fff;
	clear:both;
}
#eventinc #dragbar,#eventinc #close{
	cursor:pointer;
	float:right;
}
#eventinc #close img{
}
#eventinc .head{
	font-size:1.1em;
	line-height:1.1em;
	font-weight:bold;
	width:100%;
	display:block;
}
#eventinc #dragbar{
	width:88%;
}
#eventinc #links,#eventinc #rechts{
	padding: 5px 5px 5px 5px;
	float:left;
	height:100%;
	width:80%;
}
#eventinc #links{
	width:5%;
}

/* misc */
.with-opacity {
	opacity:			0.5;
}

/* /misc */
