
/* ====================================== Main ========================================== */

html {}

body {}

*{
	outline:0px;
}

/* ====================================== Tags ========================================== */

img {
	border:none;
}

a{
	display:block;
	width:100%;
	color: #000000;
	text-decoration: none;
	border:none;
}

input{
	font-family:Verdana;
	font-size:11px;
	width:300px;
}

textarea{
	font-family:Verdana;
	font-size:11px;
	width:300px;
}

select{
	width:300px;
}

fieldset{
	padding:8px;
}

legend{
	font-weight:bold;
	font-size:12px;
}


/* ====================================== Links ========================================== */

a:hover {
	color: #888888;
}

a:active {
	color: #bbbbbb;
}


a.cms_button,
.cms_button a {
	width:120px;
	padding:2px;
	background-color:#F0F0F0;
	border: 1px solid #cccccc;
	padding-left:13px;
	padding-right:16px;
	font-family:Verdana;
	text-align:center;
	font-size:10px;
	color:black;
	background-image:url(../sysimages/css/pfeil_button.gif); 
	background-repeat:no-repeat; 
	background-position:right;
	display: inline-block;
	height:14px;
}

a:active.cms_button,
.cms_button a:active
{
	width:120px;
	padding:2px;
	background-color:#cccccc;
	border: 1px solid #F0F0F0;
	padding-left:13px;
	padding-right:16px;
	font-family:Verdana;
	text-align:center;
	font-size:10px;
	color:black;
	background-image:url(../sysimages/css/pfeil_button.gif); 
	background-repeat:no-repeat; 
	background-position:right;
	color:black;
	display: inline-block;
	height:14px;
}

#login a{
	width:70px;
	font-family:Verdana;
	text-align:center;
	font-size:10px;
	color:#333;
	background-image:url(../sysimages/css/pfeil_button.gif); 
	background-repeat:no-repeat; 
	background-position:right;
}

#login a:hover{
	width:70px;
	font-family:Verdana;
	text-align:center;
	font-size:10px;
	color:white;
	background-image:url(../sysimages/css/pfeil_button2.gif); 
	background-repeat:no-repeat; 
	background-position:right;
}


/* ====================================== IDs ========================================== */

#site{

}

#header{
	width:100%;
	height:23px;
}

#header{
	display:none;
}

#header #login{
	float:right;
	margin:3px;
}
#header #you_are_here{
	padding:3px;
	padding-top:3px;
	/*background:#e97d19;*/
	color:#000000;
}
#header #you_are_here a{
	display:inline;
}
#header #you_are_here *{
	font-family:Verdana;
	font-size:10px;
	color:black;
}

#logo{
	height:150px;
	width:100%;
}

#navi {

}

#content{
	background-repeat:no-repeat;
	width:400px;

}

#content div{
	padding:29px;
	padding-left:56px;
}

#footer{
	color:black;	
	font-size:12px;
}

#footer table{
	padding:0px;
	margin:0px;
	padding-left:55px;
	padding-right:55px;
}


#color_error_form{
	background:#FFDD66;
}

#msg{
	height:58px;
	width:229px;
	float:left;
	margin-left:750px;
	padding-top:40px;
	margin-top:10px;
	text-align:center;
	border: 1px dotted #ccc;
	color: #000;
	font-weight:bold;
	font-size:14px;
	background:#888;
}


#w8div{
	background:black;
	z-index:9999;
	filter:alpha(opacity=50); /* Für IE */
	-moz-opacity:0.5; /* Für Gecko-Browser */
	opacity:0.5; /* Für Opera 9+ */
	text-align:center;
}

#w8img{
	position:absolute;
	margin-top:25%;
}

/* ====================================== Classes ========================================== */

.table{
	padding:0px;
	margin:0px;
	width:100%;
}


.nobr{
	white-space: nowrap;
}

.login{
	width:470px;
	margin:auto;
	font-size:12px;
}

.login li{
	padding:10px;
}


.h1, h1, h2, .h2{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
}

.tr_bg{
	background:#E6E6EE;
}


.ul{
	list-style-type: none;
	padding:0px;
	margin:0px;
}





/* ====================================== Debug für pinEdit Mac OS X ========================================== */

#news__description_html{
	display:none;
}


#cms__site_html{
	display:none;
}










