/********************************************
*
*  CSS : Globale Definitionen
*  Copyright: emion interaktive medien GmbH
*  mschmidt@20081213 1058
*
*********************************************/
@import url("/css/forms.css");


#menu {
	margin: 15px 0 0 0
}

#menu a {
	padding: 0 0 0 28px;
	line-height: 20px;
	display: block;
	font-size: 11px;
	text-decoration: none
}

#menu a span {
	margin: 0 0 0 5px
}

#menu a:hover {
	text-decoration: none !important
}

#menu .startseite {
	margin: 0 10px 12px 0;
	line-height: 26px;
	font-weight: bold;
	border: 0
}

#menu .logout {
	margin: 0;
	border: 0
}

#searchPeople { padding:0 0 12px 8px }
#searchPeople input { width:90px; margin:0 8px 0 0; padding:1px; font-size:11px }

h1 {
	line-height: 30px;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	font-size: 12px
}

h2 {
	margin: 20px 0 0 0;
	font-size: 12px;
	color: #960;
}

/* Navigation in der Headline */
h2 span { margin:-14px 5px 0 0; float:right; font-weight:normal; font-size:0.9em }

h4 {
	font-size: 11px
}

a {
	text-decoration: none;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clear {
	display: inline-block
}

/* IE Mac \*/
* html .clear {
	height: 1%
}

.clear {
	display: block
}
/* End IE Mac */