/***************************************************************
	CSS f?r Michael Haug und Markward Kayser
	
	Autor: Thomas Ciura
	Erstellt am 10.03.07
	Update:	13.03.07
 ***************************************************************/

/***************************************************************
	Globale Styles
 ***************************************************************/
body, input
{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}


/*************************************************************** 
	Container
 ***************************************************************/
 
/* Haupt-Navigation */
#navi-main
{
	position: absolute;
	top: 32px;
	height: 31px;
	width: 994px;
	background-color: #ccc;
	font: bold 15px Arial;
}

#navi-main ul
{
	list-style-type: none;
	margin-left: 30px;
	margin-top: 3px;
	padding:0px;	
}

#navi-main ul li
{	
	padding-left: 10px;	
	padding-right: 10px;	
	margin-top: 5px;
	float: left;
	text-align: center;	
	border-left: 1px solid #808080;
}

#navi-main ul li a
{
	display: block;
	text-decoration: none;
	color: #808080;	
}

#navi-main ul li a:hover
{
	display: block;
	text-decoration: none;
	color: #a6a6a6;	
}
/* Ende Haupt-Navigation */
/*****************************************************************/
/*****************************************************************/
/* Sub-Navigation */
#navi-sub
{
	position: absolute;
	height: 32px;
	width: 994px;
	background-color: #808080;
	font: 14px Arial;	
}

#navi-sub ul
{
	list-style-type: none;
	margin-left: 723px;
	margin-top: 3px;
	padding:0px;	
}

#navi-sub ul li
{	
	padding-left: 10px;	
	padding-right: 10px;	
	margin-top: 5px;
	float: left;
	text-align: center;	
	border-left: 1px solid #fff;
}

#navi-sub ul li a
{
	display: block;
	text-decoration: none;
	color: #fff;	
}

#navi-sub ul li a:hover
{
	display: block;
	text-decoration: none;
	color: #b4b4b4;	
}
/* Ende Sub-Navigation */
/*****************************************************************/
/*****************************************************************/
/* Header */

#header-pic
{
	position: absolute;
	top: 63px;
	height: 85px;
	width: 646px;
        overflow: hidden;
}

#header-logo
{
	position: absolute;
	top: 63px;
	left: 647px;
	height: 85px;
	width: 347px;
	text-align: center;
	margin-top: 19px;
}
/* Ende Header */
/*****************************************************************/
/*****************************************************************/
/* Linien */
#line-top
{
	position: absolute;
	top: 148px;
	height: 24px;
	width: 994px;
	background-color: #ccc;
}

#line-bottom
{
	position: absolute;
	top: 487px;
	height: 12px;
	width: 994px;
	background-color: #72a9e4;
}
/* Ende Linien */
/*****************************************************************/
/*****************************************************************/
/* Content */
/*****************************************************************/
/* Main Content */
#main-content
{
	position: absolute;
	top: 172px;
	height: 315px;
	width: 646px;
	overflow: auto;
}

#content
{
	width: 580px;
	margin-top: 20px;
	margin-left: 20px;
}

#content-pic
{
    position: absolute;
    top: 172px;
    left: 646px;
    height: 315px;
    width: 348px;
}

/* Ende Main Content */
/*****************************************************************/
/*****************************************************************/
/* Content Footer */
#footer-left
{
	position: absolute;
	float: left;
   font-size: .85em;
	top: 499px;
	width: 295px;
	height: 105px;
	margin: 20px;
	background-color: #fff;
}

#footer-middle
{
	position: absolute;
	float: left;
   font-size: .85em;
	top: 499px;
	left: 340px;
	width: 295px;
	height: 105px;
	margin: 20px;
	background-color: #fff;
}

#footer-right
{
	position: absolute;
	float: left;
   font-size: .85em;
	top: 499px;
	left: 679px;
	width: 295px;
	height: 105px;
	margin: 20px;
	background-color: #fff;
}
/* Ende Content Footer */
/* Ende Content */


/***************************************************************
	Formatierungen HTML-Elemente
 ***************************************************************/

a
{
	color: #000;
    text-decoration: underline;
}
 
 
h1
{
	font-size: 1.3em;
	color: #586F8E;
}

h2
{
	font-size: 1.1em;
	color: #000;
}

h3
{
	font-size: 1.1em;
	color: #000;
	text-decoration: line-through;
}

p
{
	margin-top: 0px;
	margin-bottom: 10px;
}

/* Hier wird das Highlight der Navigation gesetzt */
#mainNaviActive
{
	display: block;
	text-decoration: none;
	color: #a6a6a6;	
}

#subNaviActive
{
	display: block;
	text-decoration: none;
	color: #b4b4b4;	
}

/* Abstand f?r Text, der gescrollt wird. Firefox macht keinen Abstand unten, daher diese Klasse*/

#spacer
{
	margin: 10px;
}

/* Formular */
/* Kontakt */

input
{
	background-color: #ccc;
	border: 2px solid #808080;
	margin: 0px;
        display: block;
        float: left;
        padding: 2px 2px 2px 5px;
	height: 1.9em;
	width: 15.66em;
	font-size: 0.9em;
}

#subject
{
        width: 38.2em;
}

#sendto
{
        display:none;
}

textarea
{
	background-color: #ccc;
	border: 2px solid #808080;
        width: 33.9em;
        height: 9em;
}

.submit, .reset
{
	background-color: #808080;
	border: 2px solid #ccc;
	color: #fff;
	width: 5em;
	height: 1.6em;
	font-size: 1.0em;
	padding: 0px;
}

fieldset
{ 
	margin: 0px;
	padding: 0px;
	border: 0px;
}

label
{
	width: 7em;
        margin: -4px -20px 0px 10px;
        padding: 5px 0px 0px 0px;
	float: left;
}

fieldset p
{
        clear: left;
        float: left;
        width: 100%;
}

label.pflichtangaben
{
	margin-right: 20px;
	margin-top: 5px;
	float: right;
	margin-left: 150px;
}


/* LogIn */

input.login
{
	width: 250px;
	height: 20px;
	margin-top: 0px;
    margin-bottom: 8px;
	margin-left: 50px;
}


/* Liste ohne Listenstyle */

li.noStyle
{
	list-style: none;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: -14px;
}

/* Eingerückter Text bei der Vita */

p.eingerueckt
{
    padding-left: 41px;
}