/* GLOBALS */

html, body {
	height: 100%;
}

html {
	overflow-y:scroll;
}

body {
	margin:0;
	padding:0;
}
body { 
	font-family: arial, Helvetica, Sans-serif;  
	font-size: 0.69em;
	line-height: 1.75em;
	color: #fff;
	text-align: center;
	background: url(../images/bg.jpg) no-repeat top center #000;
}

img{
	border:none;
}
p{
	margin:0 0 1em 0;
}
input,textarea,select{
	font-family:	verdana, arial, sans-serif;
	width: 300px;
	border: #4e2e40 1px solid;	
	background: #000 url(../images/bg-formfield.jpg) no-repeat top left;
	height: 1.5em;
	line-height: 1.5em;
	margin: 1px 0 1px 0;
	font-size: 1em;
	color: #fff;
}

.usb{
	display:none;
}
dfn{
	display:none;
}
dl{
}
dt{
	float: left;
}
dd{
}
select{
	height:1.8em;
	line-height:1.8em;
	width: 292px;
}
textarea{
	height:4em;
}
input.checkbox,input.radio{
	border:none;
	background:transparent;
	width: 13px;
	height: 13px;
	margin: 0px 10px 0 0;
	float: right;
}

/* GLOBALS ENDE */

/* CONTAINER */

#header{
	height: 147px;
	margin: 0 auto;
	position: relative;
	width: 904px;
	text-align: left;
	top: 0px;
}

#content{
	position: relative;
	width: 904px;
	margin: 0 auto;
	top: 5px;
	text-align: left;
}

.clear{
	clear: both;
	line-height: 0px;
}

/* CONTAINER ENDE */

/* LOGOS */

#macrocom{
	position: relative;
	top:0px;
	margin: 10px 0;
}

#logo {
	position: absolute;
	top: 50px;
	right: 2px;
}


/* LOGOS ENDE */

/* POPUP */

#zoom{
	position:relative;
	background: #000;
	margin: 0px auto;
	xpadding: 5px 5px 0 5px;
	text-align:center;
	display: block;
}

#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{
	height: 35px;
	border-bottom: 1px dashed #404040;
}

#header-popup #buttons{
	position:relative;
	font-size:0.8em;
	width: 100%;
}
#header-popup .next{
	display: none;
	position: relative;
	float:left;
}
#header-popup #logo{
	position:relative;
	left:0px;
	top:10px;
}

/*#popup #popcontent{*/
#popcontent{
	position:relative;
	display: block;
	margin: 0;
	text-align: left;
}

/*#popup #popcontent #inhalt{*/
#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 */