@CHARSET "ISO-8859-1";

body
{
	background-image: url('../grafik/bg.png');
	background-repeat: repeat-x;	
	background-color: #49B4D3;
	margin: 0px;
	font-family: Verdana;
}

a 
{
	text-decoration: none;	
}

.error
{
	color: #F00;	
}


.invisible
{
	display: none;
}

#edit_but
{
	position: fixed;
	right: 0px;
	top: 0px;
	width: 20px;
	height: 20px;
}

#edit_but a
{
	display: block;
}

#edit_but a:hover
{
	background-image: url('../grafik/edit.png');
}

#wrapper
{
	width: 950px;
	padding: 0;
	margin: 0;
	margin: 0 auto;
}

#header
{
	background-image: url('../grafik/header.png');
	width: 950px;
	height: 105px;
	margin-left: -5px;
}



#content_wrapper
{
	width: 950px;
}

#content_wrapper #main_content
{
	background-color: #FFF;
	background-repeat: repeat-y;
	padding: 0px 10px 25px 10px;
}


#main_content #left_wrapper
{
	width:193px;
	float:left;
	margin-bottom: 0px;
	background-color: #FFF;
}

#main_content #center_wrapper
{
	width: 520px;
	float:left;
	margin-left: 20px;
	font-size: 11pt;
}

#right_wrapper
{
	float:right;
}

#main_content #content_header
{
	position: relative;
	width: 930px;
	height: 175px;
	/*background-color: #BBB;*/
	background-image: url('../grafik/header_bg_blank.png');
	margin-bottom: 30px;
}

#content_header #content_header_title
{
	padding-top: 60px;
	padding-left: 580px;
	display: block;
	font-family: Impact;
	font-size: 30pt;
	color: #FFF;
}

#content_header #content_header_symbol
{
	position: absolute;
	padding-top: 26px;
	padding-left: 430px;
	display: block;
	font-family: Impact;
	font-size: 30pt;
	color: #FFF;
}

#center_wrapper h1
{
	margin-top: 0px;
}


.margin-right
{
	margin-right: 7px;
}

.margin-left
{
	margin-left: 3px;
}


/* Text nicht hinter Bild => nicht funktionsfähig */
#pic_blocker
{
	position: absolute;
	clear:both;
	width: 150px;
	height: 150px;
	background-color: #F00;
}

#bottom_blocker
{
	
	width: 1px;
	height: 190px;
}

#dialogs
{
	display:none;
}
.ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 0.8em; }


/* 
*
*	KLASSEN ----------------------------------------------
*/

.half_trans
{
	/*background-image: url('../grafik/half_trans.png');*/
}

.container_style
{
	background-color: #F90;
	color: #FFF;
	padding: 1px 10px 0px 10px;
	width: 173px;
}

.clear
{
	float: none;
	clear: both;		
}

.clearmargin
{
	margin-bottom: -5px;
}

.small_content
{
	width: 500px;		
}

.left
{
	float:left;
}

.right
{
	float:right;
}

.zert_bild_bg 
{
    background-image: url("../grafik/tranz_bg.png");
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.overlay_opener
{
	cursor: pointer;
}

.zert_bild_bg
{
	display: none;
}


