@charset "utf-8";

/* Allgemeine Definitionen
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	color: #2f2f2f;
	background: white url(gfx/bg.jpg) repeat-x;
	font: normal 100.01%/1.4 Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
.clear {
	clear: both;
	height:0; 
	font-size: 1px;
	line-height: 0px;
}
img,
a img {
	border: 0;
}
abbr {
	border-bottom: 1px dotted #676767;
}
strong {
	font-weight: bold;
}
code {
	font: normal 100.01% "Courier New", Courier, monospace;
}	
.none {
	display: none;
}
.xs {
	font-size: .9em;
}

/* Links
----------------------------------------------- */
a {
	color: black;
	outline: none;
	text-decoration: underline;
}
a:visited {
	color: #676767;
	outline: none;
	text-decoration: underline;
}
a:hover,
a:focus {
	color: #036;
	text-decoration: none;
}
#footer a {
	color: white;
	outline: none;
}
#footer a:hover{
	text-decoration: underline;
}
a.extern,
a:visited.extern {
	padding: 0px 0 0 15px;
	background: url(gfx/extern.gif) no-repeat 0 .35em;
}

/* Spezielle Formatierungen
----------------------------------------------- */
/* Logo Replacement */
h1.logo {
	background: url(gfx/webdesign-segeberg.jpg) no-repeat;
	height: 239px;
	margin: 20px 0 0 525px;
	position: absolute;
	width: 230px;
}
h1.logo a {
	background: url(gfx/webdesign-segeberg.jpg) no-repeat;
	display: block;
	height: 190px;
	text-indent: -200em;
	width: 230px;
}
h1.logo a,
h1.logo a:visited,
h1.logo a:hover,
h1.logo a:focus {
	border: 0;
	outline: none;
	text-decoration: none;
}
/* Spamschutz E-Mail Adressen */
#hideliame>span:before {
content: "@";
}
#hideliame>span span {
display: none;
}
*+html #hideliame>span span {
display: inline; /* IE 7 */
}  

/* Typo
----------------------------------------------- */
h1 {
	font-size: 1.4em;
	font-weight: bold;
}
h2,
h3,
h4 {
	font-size: 1em;
	font-weight: bold;
}

/* Navigation
----------------------------------------------- */
#menu,
#menu li {
	height: 65px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	display: inline;
	float: left;
	height: 65px;
	line-height: 65px;
	text-indent: -5000px;
	margin-right: 25px;
}
#menu li a,
#menu li a:visited {
	background-position: 0 0;
	background-repeat: no-repeat;
	border: none;
	display: block;
	height: 65px;
	outline: none;
}
#menu li a:focus,
#menu li a:hover,
#menu li a:visited.active,
#menu li a.active {
	background-position: 0 -65px;
}
li#nav-home a {
	background-image: url(gfx/nav-home.gif);
	width: 79px;
}
li#nav-webd a {
	background-image: url(gfx/nav-webd.gif);
	width: 80px;
}
li#nav-cms a {
	background-image: url(gfx/nav-cms.gif);
	width: 29px;
}
li#nav-sege a {
	background-image: url(gfx/nav-sege.gif);
	width: 71px;
}
li#nav-kont a {
	background-image: url(gfx/nav-kont.gif);
	width: 61px;
}

/* Layout
----------------------------------------------- */
#container {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 765px;
	font-size: .625em; /*setzt 1em auf 10px*/	
}
#content {
	font-size: 1.3em;
}
#content:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html #content {height: 1%;}
/* End hide from IE-mac */
#leftrow {
	margin: 20px 25px 30px 0;
	float: left;
	width: 480px;
}
#rightrow {
	margin: 194px 0 30px 0;
	float: left;
	width: 250px;
}
ul.standard {
	margin: 1em 0 0 30px;
	list-style: none;
	padding: 0;
}
ul.standard li {
	padding: 0 20px 5px 15px;
	background: url(gfx/bg_li.gif) no-repeat 0 .5em;
}
ul.linklist {
	margin: 1em 20px 0 16px;
	padding: 0;
	list-style: none;
}
ul.linklist li {
	margin: 0;
	padding: 0 0 6px 0;
}
#content .box {
	border: 1px solid #ccc;
	padding-bottom: 1em;
	margin-bottom: 1.5em;
}
#content .box h2,
#content .box h3,
#content .box h4 {
	background: #fed500;
	border: 1px solid white;
	color: black;
	margin: 0;
	line-height: 22px;
	padding: 0 12px 0 32px;
	text-transform: uppercase;
}
#content .box h3 {
	background: #ccc;
}
#content .box p {
	margin: 0;
	padding: 1em 20px 0 16px;
}
#content .pbox {
	border: 1px solid #ccc;
	padding-bottom: 1em;
	margin-bottom: 1.5em;
}
#content .pbox p {
	margin: 0;
	padding: 1em 20px 0 16px;
}
#content .pbox ul {
	margin: .5em 0 0 30px;
	padding: 0;
}
#content .pbox ul li {
	margin: 0;
	padding: 0 0 3px 0;
}
#footer {
	background: white url(gfx/bg_footer.gif) repeat-x;
	height: 100px;
	font-size: .75em;
	text-align: center;
	padding-top: 2px;
}
#footer p {
	background: #7b7b7b;
	color: white;
	margin: 0 auto;	
	padding: .75em 0;
	width: 765px;
}

/* Formulare
----------------------------------------------- */
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}	
label {
	cursor: pointer;
	float: left;
	width: 160px;
}
input {
	border: 1px solid #ccc;
	font-family: inherit;
	font-size: 1em;
	width: 260px;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus {
	border: 1px solid #333;
}
textarea {
	border: 1px solid #ccc;
	font-family: inherit;
	font-size: 1em;
	width: 420px;
}
.button {
	background: #e0e0e0;
	border: 1px solid #3f3f3f;
	color: black;
	cursor: pointer;
	width: 12em;
}
.button:hover,
.button:focus {
	background: #676767;
	border: 1px solid #3f3f3f;
	color: white;
}
/* Fehlermeldungen */
p.fehler {
	color: #f00;
	font-weight: bold;
}
.false {
	border: 1px solid red;
}
.false-ta {
	border: 1px solid red;
}
