/* 	***** 	patta.ev										*****	
	*****													*****
	*****	kreutzfeldt@bildwerkberlin.de jan - feb 2007 	*** */

/* combined colors */
	
html
{
	overflow : hidden;
}

body 
{
	margin 		: 0;
	padding 	: 0;
	height 		: 100.01%;
	text-align 	: left;
	color		: #333;
	line-height	: 1.6em;
	font-size  	: 0.8em;
	font-family	:	'Georgia', 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', 
					'Lucida', 'Bitstream Vera Sans', 
					'Trebuchet MS', Arial, sans-serif;
	background 	: #fffdfb;
	overflow	: hidden;
}

img 
{ 
	border : 0px; 
	display : none;
}

.languageicon
{
	float:left;
	margin-left:10px;
}

#logo_text
{
	position : absolute;
	right : 0;
	top : 0;
}

/* ------- links ------- */

a 
{ 
	text-decoration:none; 
	border:0; 
	font-style : normal;
}

a:img 
{
	border:0px;
}

a:link, a:visited 
{
	color : #a41;
	border-bottom:1px dotted #888;
} 

a:active, a:hover 
{ 
	color : #c63; 
	border-bottom:1px solid #888;
}

------------------------------------------------------------------*/

/* Kontaktformular und login-Bereich: kleine Option-Felder */

select 
{
	font-size : 0.8em;
	background : #eee;
}

input, textarea 
{
	clear : left;
	color : #930;
	font-size : 0.8em;
	width : 300px;
	height : 20px;
	margin : 2px;
}

td
{
	font-size:0.8em;
}

input:hover, textarea:hover { background : #ccc; }
input:focus, textarea:focus { background : #eee; }
textarea { overflow : auto; height : 100px; }

.navi, .chk {width:auto; vertical-align:middle; }

label { display : inline; line-height:1em; font-size:1em; }

/* 	span mit dieser Klasse oeffnet ein Infofenster, 
	wenn das span-tag innerhalb des hyperlinks steht 		*/

.info 
{
	position:relative;
	width:100px;
	height:30px;
	background:#fff;
	font-size:9px;
	color:#111;
}

a.info { visibility : hidden; }
a:hover.info { visibility : visible; }

/* ------------------ einige Pseudoklassen */

.fett { font-weight : bold; color : #444}
.abschnitt { font-size:1.2em; font-weight:bold; color:#777;}
.absatz { display : block; margin-bottom : 20px; }
.titel { font-weight : normal; font-size : 2em; color : #888; }
.farbig { color: #e13d12;}
.klein { font-size : 8pt; }
.abbl { color : #999; }
.linksb {text-align:left;}
.zentr {text-align:center;}
.underline { border-bottom : 1px solid #888; }
.floatleft {float : left;}
.floatright {float : right;}
.clearboth {clear : both;}


/* ------------------ Listeneintraege formatieren */

ul.menulist
{
	list-style:none;
	line-height:1.5em;
	margin-left:0px;
	padding-left:20%;
}

li 
{ 
	margin-top:0px; 
	margin-bottom:0px;	
}

.offen { list-style:url(../_buttons/liste_offen.png); }
.lnk { list-style:url(../_buttons/link.gif); }


/* --------------------- Container und Seitenspezifische CSS-Daten */

#logo_right
{
		display:none;
}

#logo_left
{
		display:none;

}


#menu_top
{
	display:none;
}


#menu_side
{
	display:none;
}


#menu_image
{	display:none; }

.menu-img
{
	display:none;
	position:absolute;
	top:0;
	right:0;
}

#additional_text
{
		display:none;

}

#additional_navigation
{
		display:none;
}

#language
{
		display:none;

}

#content
{
	position : absolute;
	padding:3%;
	line-height:2em;
	text-align:justify;
	width : 100%;
	height : 100%;
	font-size:1em;
	overflow:auto;
}

#content a
{
	color:#000;
	font-weight:normal;
	border:0;
}


#content a:before
{
	content:"[link] ";
}

#content a:after
{
	content:" [to: "attr(href)"] ";
}

#copyright
{
	font-size:8pt;
}