
/* ALLGEMEINE EIGENSCHAFTEN */

body {
 	background:#828d97;
	margin:30px 0;
	}

body,div,td,input,select,textarea,button,h1,h2 {
	font:normal 11px Arial, Helvetica, Sans-Serif;
	color:#222;
	}

a {
	color:#087ba9;
	text-decoration:none;
	}

a img {
	background:#fff;
	}

a:hover {
	text-decoration:none;
	background:#ff0;
	color:#222;
	}

a:hover img {
	background:#fff;
	}

form { 
	margin:0px;
	}

input,select,textarea,button {
	background:#eee;
	padding:2px;
	border-width:0px;
	}

.button {
	border-width:0px;
	}

h1 {
	font-weight:bold;
	font-size:12px;
	margin:0px 0px 10px 0px;
	}

h2 {
	font-weight:bold;
	margin:0px 0px 5px 0px;
	}

.hr {
	height:1px;
	overflow:hidden;
	width:100%;
	margin:25px 0px;
	border-top:1px solid #ddd;
	}




/* HEAD */

.head {
	width:100%;
	background:#fff;
	height:76px;
	clear:both;
	}

.head_logo {
	width:250px;
	float:left;
	margin:22px 0 0 40px;
	}

.head_navi {
	width:350px;
	float:right;
	margin:30px 10px 0px 0px;
	text-align:right;
	color:#bbb;
	}

.head_navi a {
	text-decoration:none;
	padding:1px 3px 1px 3px;
	margin:0px 2px;
	}

.head_suche {
	width:140px;
	float:right;
	margin:27px 40px 0 0;
	}

.input_suche {
	width:140px;
	}




/* CONTENT */

.titel {
	width:100%;
	font-size:16px;
	font-weight:bold;
	margin:22px 0 0 0;
	padding-bottom:2px;
	}

.titel_span {
	margin-left:40px;
	background:url(img/titel_bg.gif) bottom #ddd;
	color:#222;
	padding:3px 5px;
	}

.titel a {
	margin-left:40px;
	background:url(img/titel_bg.gif) bottom #ddd;
	color:#222;
	padding:3px 5px;
	}

.titel a.kollektion {
	margin-left:-3px;
	background:url(img/titel_bg.gif) bottom #ddd;
	color:#222;
	padding:3px 5px;
	font-size:11px;
	vertical-align:text-bottom;
	}

.titel a:hover {
	background:#ff0;
	}

.titel_small {
	font-size:11px;
	font-weight:normal;
	}

.titel_small img {
	vertical-align:baseline;
	}

.info {
	text-transform:capitalize;
	}

.cont_out {
	width:100%;
	background:#fff;
	clear:both;
	padding-top:40px;
	}

.cont {
	margin:0 40px;
	text-align:left;
	clear:both;
	}

.cont_text {
	margin:0px;
	text-align:justify;
	line-height:16px;
	}

.suche_warnung {
	color:#fff;
	background:#444;
	padding:10px;
	margin-bottom:15px;
	}

.blaettern {
	padding-top:30px;
	clear:both;
	}

.blaettern td {
	text-align:center;
	vertical-align:middle;
	}



/* FOOT */

.goto {
	width:25px;
	text-align:center;
	}

.foot {
	background:#fff;
	clear:both;
	}

.foot_in {
	text-align:center;
	color:#bbb;
	line-height:16px;
	padding:30px 40px 10px 40px;
	}



/* EVENT-ÜBERSICHT */

.event_out {
	float:left;
	padding:5px;
	margin:0px 15px 15px 0px;
	border:2px solid #eee;
	}
	
.event_out_hover {
	float:left;
	padding:5px;
	margin:0px 15px 15px 0px;
	border:2px solid #ccc;
	cursor:pointer;
	}

.event {
	padding:6px 20px;
	}

.event_in {
	width:172px;
	height:275px;
	overflow:hidden;
	}

.event_in table {
	width:172px;
	height:172px;
	}

.event_in td {
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	}

.event_datum {
	margin:5px 0px;
	color:#666;
	}

.event_name {
	margin:5px 0px 7px 0px;
	height:48px;
	overflow:hidden;
	font-size:11px;
	line-height:14px;
	color:#000;
	}

.event_bilderzahl {
	text-align:center;
	font-weight:bold;
	color:#666;
	margin-top:6px;
	padding-top:3px;
	}



/* THUMBNAIL-ÜBERSICHT */

.thumb_out {
	float:left;
	padding:5px;
	margin:0px 5px 15px 0px;
	background:#fff;
	border:2px solid #fff;
	}

.thumb_out_hover {
	float:left;
	padding:5px;
	margin:0px 5px 15px 0px;
	border:2px solid #ccc;
	cursor:pointer;
	}

.thumb {
	padding:2px;
	}

.thumb_in {
	width:172px;
	height:260px;
	overflow:hidden;
	}

.thumb_in table {
	width:172px;
	height:172px;
	}

.thumb_in td {
	text-align:center;
	vertical-align:center;
	border:1px solid #ddd;
	}

.thumb_datum {
	margin-top:5px;
	padding:4px 0px 4px 0px;
	color:#666;
	}

.thumb_titel {
	overflow:hidden;
	font-size:11px;
	line-height:14px;
	color:#000;
	}

.thumb_dname {
	color:#888;
	padding:5px 0px 0px 0px;
	font-size:10px;
	}



/* BILD-ANZEIGE */

.bild {
	width:100%;
	clear:both;
	text-align:left;
	overflow:hidden;
	}

.bild_bild {
	width:575px;
	vertical-align:top;
	}

.bild_preview {
	width:560px;
	border:2px solid #eee;
	text-align:center;
	}

.bild_info {
	vertical-align:top;
	}

.bild_info div {
	line-height:16px;
	}

.bild_caption {
	padding-bottom:10px;
	}

.bild_caption u {
	text-decoration:none;
	text-transform:uppercase;
	}

.bild_iptc {
	margin-bottom:3px;
	padding-top:4px;
	border-top:1px dotted #eee;
	}

.bild_iptc u {
	color:#d00;
	text-decoration:none;
	font-weight:bold;
	}

.bild_dinfo {
	margin-top:10px;
	width:125px;
	height:32px;
	clear:both;
	border:2px solid #ddd;
	}

div.bild_dinfo1 {
	margin:5px 5px 5px 8px;
	width:18px;
	float:left;
	padding-top:2px;
	}

div.bild_dinfo2 {
	margin:5px;
	color:#888;
	float:left;
	font-size:10px;
	line-height:11px;
	}

div.bild_dinfo2 a {
	font-size:11px;
	}

.highlight {
	background-color:#ff0;
	color:#333;
	}



/* KALENDER */

.kalender {
	width:100%;
	}

.kalender td {
	border-bottom:1px solid #ddd;
	padding:4px 0px;
	vertical-align:top;
	}

.kal_td1 {
	width:180px;
	font-weight:bold;
	}


/* IMPRESSUM */

.email {
	vertical-align:bottom;
	}
