/* general stuff */


html, body {
	background-color: #fff;
	font-family:  verdana, arial, sans-serif;
	font-size: 101%;
}

body {
	margin: 0px;
	align: center;
}


a, a:visited, a:hover {
	text-decoration:  none;
}

a{
	color: #0033CC;
}

a:hover{
	color: #CC071E;
}

.clr { clear:both; }

p{
	font-size: 12px;
	color: #333333;
	margin-bottom: 0px;
}

/*  basic colors */

.gelb { background-color:#FFFF00; }
.hellblau { background-color:#00FFFF; }
.gruen { background-color:#00FF00; }
.rosa { background-color:#FF00FF; }
.rot { background-color:#FF0000; }
.blau { background-color:#0000FF; }

/* Layout */

#container{
	width: 800px;
	margin: 0px;
	margin-top: 4px;
}

#toprow {
width: 800px;
height: 20px;
margin: 0px;
}

#top_left {
	width: 300px;
	margin: 0px;
	padding: 1px;
	position: relative;
	float: left;
	font-size: 11px;
	line-height: 18px;
	text-align:left;
	vertical-align: top;
	color: #000;
}
#top_right {
	width: 490px;
	margin: 0px;
	padding: 1px;
	position: relative;
	float: left;
	font-size: 11px;
	line-height: 16px;
	text-align: right;
	vertical-align: top;
	color: #666;
}

#container{
	width: 800px;
	margin-left: auto;
	margin-right: auto; 
}

#header {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	position: relative;
	float: left;
}

#header_top {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
}

#header_top img {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
}

#header_bottom {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
}

#header_bottom img {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
}
#header h4{
	font-size: 10px;
	font-style: bold;
	color: #000;
	margin: 1px;
}

/* header_top colourline */

 ul#Coline {
    width: 800px;
    margin: 0; 
    padding: 0;
    text-align: center;
    border: 0;
    background-color: white;
  }
  ul#Coline li {
    list-style: none;
    display: inline;
    margin: 0; 
    padding: 0;
  }

  ul#Coline a, ul#Coline span {
    float: left;
    width: 129px;
    height: 20px;
    margin: 0.5px; 
    padding: 0.1em;
    text-decoration: none; 
    font-weight: bold;
    border: 0;
    border-left-color: white; 
    border-top-color: white;
    color: black;
  }
  * html ul#Coline a, * html ul#Coline span {  /* Korrektur fuer IE 5.x */
    width: 8em;
    w\idth: 6em;
  }
  ul#Coline a:hover {
    font-weight: bold;
    border-color: white;
    border-left-color: black; 
    border-top-color: black;
    color: white; 
    background-color: #808080;
  }
  ul#Coline div {
     clear: left;
  }

/* Header Navigation */

 ul#Navigation {
    width: 800px;
    margin: 0; 
    padding: 0;
    text-align: center;
    border: 0;
    background-color: white;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0; 
    padding: 0;
  }

  ul#Navigation a, ul#Navigation span {
    float: left; 
    width: 129px; 
    height: 38px;
    margin: 0.5px; 
    padding: 0.1em;
    padding-top: 5px;
    text-decoration: none; 
    font-weight: bold;
    border: 0;
    border-left-color: white; 
    border-top-color: white;
    color: black;
  }
  * html ul#Navigation a, * html ul#Navigation span {  /* Korrektur fuer IE 5.x */
    width: 8em;
    w\idth: 6em;
  }
  ul#Navigation a:hover, ul#Navigation span {
    font-weight: bold;
    border-color: white;
    border-left-color: black; 
    border-top-color: black;
    color: white; 
    background-color: #808080;
  }
  ul#Navigation div {
     clear: left;
  }

/* Startpage Navigation */

 ul#Nav2 {
    width: 800px;
    margin: 0; padding: 0;
    text-align: center;
    border: 0;
    background-color: white;
  }
  ul#Nav2 li {
    list-style: none;
    display: inline;
    margin: 0; padding: 0;
  }

  ul#Nav2 a, ul#Nav2 span {
    float: left; width: 129px; height: 300px;
    margin: 0.5px; 
    padding: 0.1em;
    padding-top: 5px;
    text-decoration: none; 
    font-weight: bold;
    border: 0;
    border-left-color: white; border-top-color: white;
    color: black;
  }
  * html ul#Nav2 a, * html ul#Nav2 span {  /* Korrektur fuer IE 5.x */
    width: 8em;
    w\idth: 6em;
  }
  ul#Nav2 a:hover, ul#Nav2 span {
    font-weight: bold;
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }
  ul#Nav2 div {
    clear: left;
  }


/* main part */

#main {
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
} 	

#maincenter {
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	margin-top: 0px;
	width: 100%;
}

/* coloured backgrouds for h2 titles */

#was h2 {
	background-color: #FFFF00;
	font-style: italic;
}
#gruppen h2 {
	background-color: #00FFFF;
	font-style: italic;
}
#projekte h2 {
	background-color: #00FF00;
	font-style: italic;
}
#recht h2 {
	background-color: #FF00FF;
	color: #FFFFFF;
	font-style: italic;
}
#train h2 {
	background-color: #FF0000;
	color: #FFFFFF;
	font-style: italic;
}
#links h2 {
	background-color: #0000FF;
	color: #FFFFFF;
	font-style: italic;
}
#imp h2 {
	background-color: #808080;
	color: #FFFFFF;
	font-style: italic;
}


/* content design stuff */

.content {
	margin: 0px;
	margin-left: 0px;
}
 
.content h1,h2,h3,h4,p,li{
	font-family:  verdana,sans-serif;
	font-size: 100.01%;
	padding: 0px;
}

.content h1 {
	line-height: 22px;
	font-size: 18px;
	padding: 1px;
	color: #222222;
}

.content h2 {
	line-height: 24px;
	font-size: 16px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 1px;
}

.content h3{
	line-height: 16px;
	font-size: 14px;
	color: #444444;
	margin-top: 10px;
}

.content h4{
	font-size: 12px;
	font-style: italic;
	color: #555555;
	margin-top: 10px;
}

.content p,li{
	font-size: 12px;
	color: #222222;
	margin: 0px;
}

.content pre{
	font-size: 11px;
	background-color:#ddd;
	color:#000080;
	font-family:Fixedsys,Courier,monospace;
	padding-left:5px;
}

.content dt,dd{
	font-size: 12px;
	color: #080000;
}

.content dd dt{
	font-size: 12px;
	font-style:italic;
	color: #808080;
}

.content dd ul{
	font-size: 12px;
	list-style-type: circle;
	font-style:italic;
	color: #808080;
}

.content ul{
	list-style-type: none;
	list-style-position: inside;
}

.content a{
	text-decoration: none;
	color: #0033CC;
}

.content a:hover{
	text-decoration: none;
	color: #CC071E;
	font-weight: bold;
}

.pics {
	margin: 5px;
	border: 0px;	
}

.alpha {
	list-style-type: lower-alpha;
}

.line1 {margin-top:20px;
	border-top:2px dotted #808080}

.s_top {font-size:11px;
	text-align:center;}

.s_top_r {font-size:11px;
	text-align:right;}

.huge {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}


.firstpage h1 h2 h3 h4{
	font-family: serif;
}

.firstpage h1 h2 h3{
	font-weight: bold;
}

.firstpage p{
	font-family: monospace;
	font-weight: normal;
}

/* externe links kennzeichnen (quelle: http://www.maxdesign.com.au) */

span.extlink {
    position: absolute;
    left: -3000px;
    top: -3000px;
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline;
}
a.extern:link {
    background: url(../img/external.gif) no-repeat 100% 0px;
    padding: 0 20px 0 0;
}
a.extern:visited {
    background: url(../img/external.gif) no-repeat 100% 50%;
    padding: 0 20px 0 0;
}
a.extern:hover, a.extern:active, a.extern:focus {
    background: url(../img/external.gif) no-repeat 100% -200px;
    padding: 0 20px 0 0;
}

/* footermenu */


#footer {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	text-align: center;
	width: 100%;
	margin-top:10px;
	margin-bottom: 10px;
	background-color: #b9b9bb;
	line-height: 20px;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;	
}

#footer ul li{
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: 12px;
	line-height: 20px;
	width: 15%;
	white-space:nowrap;
}

#footer ul li a, #footer ul li a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	background-color: #b9b9bb;
	color: #fff;
}

#footer ul li a:hover{
	margin: 0px;
	padding: 0px;
	background-color: #eee;
	color: #000;
	font-size: 12px;
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;	
}


/* -- other things -- */

.button {
border: 1px solid #C0C0C0;
}

.inputbox {
border: 1px solid #C0C0C0;
}
