/* Ad Libitum
   -- general.css */

body {
	margin: 0;
	padding: 0;
	
	width: auto;
}



/* -- General */

.invisible {
	display: none;
}

div { margin: 0; padding: 0; }

a img { border: 0; }

.accordion li {
	font-style: normal;
}



/* -- Imageslider */
#elements1 {position:absolute;}
.mask1 { width:320px; height:200px; position:relative; overflow:hidden;}
.mask1 img { position:absolute; display:block; border:none; } 




/* -- Zusatz */
/* Style sheet adlibitum */
#seitenleiste .block{
margin-bottom:35px;}
.toggler{
margin-top:3px;
margin-bottom:2px;
background-image:url("../../tl_files/layout/body-transp-bg.png");
line-height:21px;cursor: pointer;cursor: hand;}
.toggler span,.h3 span{
padding-left:18px;
background-image:url("../../tl_files/layout/body-listitem.png");
background-repeat:no-repeat;background-position: 3px center;}
#seitenleiste .mod_article{
margin-bottom:50px;}
.block{
margin:0;
padding:0;}
.ce_text{
margin:0;
padding:0;}





/* -- Structure */

#header {
	width: auto;
	height: 200px;
	
	margin: 0;
	padding: 0;
	
	background-image: url('../grafiken/header-bg.jpg');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #903;
}

	#adlibitum {
		position: absolute;
		left: 0;
		top: 0;
		
		width: 660px;
		height: 200px;
		
		margin: 0;
		padding: 0;
		
		background-image: url('../grafiken/header-logo.jpg');
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	#adlibitum span {
		display: none;
	}
	
	#silhouetten {
		position: absolute;
		top: 110px;
		left: 725px;
	}


#navigation {
	position: absolute;
	top: 240px;
	left: 0;
	
	width: 130px;
	
	list-style: none;
	margin: 0;
	padding: 0;
	
	z-index: 100;
}

	#navigation li {
		width: 130px;
		
		margin-bottom: 15px;
		padding: 0;
		
		text-align: right;
	}


#inhaltsbereich {
	border-top: 1px solid #f9f3f3;
	width: 500px;
	
	margin: 0;
	margin-left: 150px;
	margin-right: auto;
	
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	
	background-color: #f9f3f3;
	background-image: url('../grafiken/body-bg.jpg');
	background-position: 75px right;
	background-repeat: no-repeat;
}

	#inhaltsbereich * {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	#inhaltsbereich * * {
		margin-left: 0;
		margin-right: 0;
	}


#seitenleiste {
	position: absolute;
	left: 650px;
	top: 200px;
	
	width: 350px;
	
	padding-top: 20px;
	padding-bottom: 20px;
}

	#seitenleiste * {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	#seitenleiste * * {
		margin-left: 0;
		margin-right: 0;
	}



/* -- Schrifttypen */

#navigation a, #navigation a:link, #navigation a:visited {
	font-family: Constantia, Garamond, Georgia, serif;
	font-size: 16px;
	font-style: italic;
	
	color: #000;
	
	text-decoration: none;
}

#navigation a.active {
	color: #903;
}


#inhaltsbereich a, #inhaltsbereich a:link, #inhaltsbereich a:focus,
#inhaltsbereich a:active, #inhaltsbereich a:visited, #inhaltsbereich a:hover {
	color: #600;
	text-decoration: none;
}

#inhaltsbereich a:hover {
	border-bottom: 1px dotted #600;
}


#inhaltsbereich h2, .h2 {
	font-family: Constantia, Garamond, Georgia, serif;
	font-size: 20px;
	line-height: 30px;
	font-style: italic;
	font-weight: normal;
	
	color: #600;
}

#inhaltsbereich h3, .h3, #inhaltsbereich span {
	font-family: Constantia, Garamond, Georgia, serif;
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
	font-weight: normal;
	
	color: #000;
}

#inhaltsbereich p, #inhaltsbereich li, #inhaltsbereich td {
	font-family: "Lucida Grande", "Lucida Sans Serif", Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	
	color: #000;
}

#inhaltsbereich .listitem {
	vertical-align: middle;
	
	margin: 0;
	padding: 0;
}


#seitenleiste h2 {
	font-family: Constantia, Garamond, Georgia, serif;
	font-size: 21px;
	font-style: italic;
	font-weight: normal;
	
	color: #000;
	
	width: auto;
	text-align: center;
}



#kontaktformular * {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
	color: #000;
}

#kontaktformular input, #kontaktformular textarea {
	width: 305px;
	height: 20px;
	
	margin-bottom: 5px;
	padding: 3px;
	
	background-color: #f5eded;
	border: 0;
}

#kontaktformular textarea {
	height: 80px;
}

#kontaktformular .submit {
	width: 100px;
	float: right;
}

#kontaktformular label {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
	color: #000;
}