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

 Funkhaus Nürnberg webKickSet v1.0 (20080718)
 Zusammenstellung: Stefan Fejfar

 Einfache Regeln zur Organisation und Effizienzsteigerung
 http://meiert.com/de/publications/articles/20080515/
	
----------------------------------------------------- */

@charset 'utf-8';
@import url(/zz_global/css/reset.css);
@import url(/zz_global/css/thickbox.css);
@import url(forms.css);
@import url(superfish.css);


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; color: #282828; }

h1 { font-size: 2em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.8em; margin: 18px 0 9px; }
h3 { font-size: 1.4em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin: 10px 0 3px; height: 1.25em; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; display: block; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

ul, ol      { list-style: none; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

#seminartermine dt {
	margin: 1px 0;
}

#seminartermine dd {
	margin: 0 0 3px;
}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 2em; width:100%; }
th          { font-weight: bold; text-align: left; verical-align: top; width: 40%; }
th,td,
caption     { padding: 4px 10px 4px 5px; }
tr.even     { background: #bdccef; }
tr.odd      { background: #CFDEFF; }
tfoot       { font-style: italic; }
caption     { border-bottom: 1px solid #bdccef; color: #222; font-size: 1.2em; font-weight: bold; text-align: left; }


/* Success, notice and error boxes
------------------------------------------------------------- */
.error,
.notice, 
.success    { display: block; padding: 10px; margin: 5px 0 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }

.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }



/* ----------------------------------------------------- Page layout */

html, body {
	height: 100%;
	max-height: 100%;
}

* html #wrapper {
	height: 100%;
}

body {
	background: #ede7d5 url(../zz_img/layout/body_background.gif) repeat-x scroll left top;
	color: #363636;
	font: normal 62.5%/1.3em Verdana, Arial;
}

#wrapper {
	background: transparent url(../zz_img/layout/wrapper_background.png) repeat-y fixed center top;
	margin: 0 auto;
	min-height: 100%;
	padding: 0 4px 20px;
	width: 780px;
}

#header h1 {
	float: left;
	margin-left: 80px;
	padding: 23px 0 0px;
}

#header #navi {
	border-top: 5px solid #1d62a4;
	font-size: 1.1em;
	margin-left: 300px;
}

#teaser {
	margin-bottom: 30px;
}

/* webEdition Modifikation */
#teaser table {
	border: 0 !important;
	display: inline;
	float: none;
}

#sidebar {
	float: left;
	line-height: 1.2em;
	margin-bottom: 20px;
	padding: 0 30px;
	width: 240px;
}

#sidebar #seminartermine {
	background: #ece7d5;
	border-top: 1px solid #dbd3be;
	padding: 2px 5px 5px;
}

dl.seminarLV1, dl.seminarLV2 {
	overflow: hidden;
	padding: 4px 8px 2px;
}

dl.seminarLV1 {
	background: #tranparent;
	margin: 0;
}

dl.seminarLV2 {
	background: #dbd3be;
	margin: .4em 0 .4em;
}

#content {
	font-size: 1.1em;
	line-height: 1.33em;
	margin-left: 300px;
	padding: 0 30px 0 20px;
}

#content .ueberschrift {
	font-size: 1.2em;
	font-weight: bold;
}

.listingItem {
	display: inline-block;
	float: left;
	margin: 1.5em 0 1em;
	width: 100%;
}

.listingItem img.itemImg {
	border: 1px solid #a1a1a1;
	float: left;
}


.listingItem img.itemImgBlank {
	float: left;
}


.listingItem div.listingItemText {
	margin-left: 11em;
}

a.gesellschafter {
	float: left; 
	height: 60px;
	margin: 5px 21px 10px 0;
	text-align: center;
	vertical-align: middle;
	width: 85px;
}

span.mehrInfo a {
	display: block;
	float: right;
	font-size: .9em;
	margin: .2em 0 .4em;
}

#footer {
	border-top: 1px dotted #ccc;
	clear: both;
	color: #c5c5c5;
	font-size: 0.9em;
	margin: 20px 0 0 300px;
	padding: 5px 30px 10px 20px;
}
