@charset "iso-8859-1";

/* Allgemeine Definitionen
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	color: #3f3f3f;
	background: #a4c3d8 url(gfx/bg_stripes.gif) repeat fixed;
	font: normal 100.01%/1.4 Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	
	text-align: center;
}
img,
a img {
	border: 0;
}
.xs {
	font-size: 11px;
}
.marker {
	background: #ff9;
}

/* Links
----------------------------------------------- */
a,
a:visited {
	background: inherit;
	border-bottom: 1px solid #6da0c3;
	color: #6da0c3;
	line-height: 1.6em;
	outline: none;
	padding: 1px;
	text-decoration: none;
}
a:hover,
a:focus {
	background: #6da0c3;
	border: 0;
	color: white;
	outline: none;
	text-decoration: none;
}
#breadcrumb a,
#breadcrumb a:visited,
#footer a,
#footer a:visited {
	border: 0;
	color: black;
	line-height: 1.6em;
	outline: none;
	padding: 1px;
	text-decoration: underline;
}
#breadcrumb a:hover,
#breadcrumb a:focus,
#footer a:hover,
#footer a:focus {
	background: inherit;
	border: 0;
	color: black;
	text-decoration: none;
}
a.hinweis,
a:visited.hinweis {
	background: white;
	border-bottom: 1px dotted #6da0c3;
	color: #6da0c3;
	line-height: 1.6em;
	outline: none;
	padding: 1px;
	text-decoration: none;
}
a:hover.hinweis,
a:focus.hinweis {
	background: #6da0c3;
	border: 0;
	color: white;
	text-decoration: none;
}

/* Typografie
----------------------------------------------- */
p {
	margin: .1em 0 1em 0;
}
h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
}
h2,
h3 {
	font-size: 1em;
	font-weight: 700;
	margin: 0 0 0.5em 0;
}
h4 {
	font-size: 1em;
	font-weight: 600;
}

/* Spezielle Formatierungen
----------------------------------------------- */
#box {
	background: #f7edde;
	border: 1px solid #6da0c3;
	color: black;
	font-size: .93em;
	margin: 0 50px .75em 0;
	padding: 15px;
}
#box h4 {
	font-size: 1.1em;
	margin: 0 0 .75em 0;
}
/* Spamschutz E-Mail Adressen */
#hideliame>span:before {
content: "@";
}
#hideliame>span span {
display: none;
}
*+html #hideliame>span span {
display: inline; /* IE 7 */
} 
/* Logo */
#header h1 {
	background: url(gfx/jugo-verzeichnis.gif) no-repeat;
	border: 0;
	height: 186px;
	margin: 20px 0 0 25px;
	position: absolute;
	width: 188px;
}
#header h1 a {
	background: url(gfx/jugo-verzeichnis.gif) no-repeat;
	display: block;
	height: 186px;
	text-indent: -9999px;
	width: 188px;
}
#header h1 a,
#header h1 a:visited,
#header h1 a:hover,
#header h1 a:focus {
	border: 0;
	outline: none;
	text-decoration: none;
}


/* Layout
----------------------------------------------- */
#container {
	background: white;
	color: #3f3f3f;
	font-size: .625em; /*1em entspricht 10px*/
	margin: 0 auto;
	text-align: left;
	width: 790px;
}
#header {
	background: #e1bd86 url(gfx/bg_header.jpg) top right no-repeat;
	height: 220px;
	float: left;
	font-size: 1em;
	width: 790px;
}
#searchform p {
	display: inline;
}
#searchform fieldset {
	border: none;
}
#breadcrumb {
	background: #f5e8d5 url(gfx/bg_breadcrumb.jpg) top right no-repeat;
	color: black;
	float: left;
	font-size: 1.2em;
	padding: 5px 10px;
	width: 770px;
}
#breadcrumb p,
#footer p {
	margin: 0;
}
#content {
	background: white;
	font-size: 1.4em;
	width: 790px;
}
/* Holly Hack */
#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 {
	float: left;
	padding: 10px 2px 30px 10px;
	width: 183px;
}
#mainrow {
	float: left;
	padding: 10px 10px 30px 10px;
	width: 565px;
}
#start #mainrow {
	float: left;
	padding: 10px 20px 30px 35px;
	width: 735px;
}
ul#promo {
	list-style: none;
	margin: 1.2em 0 2em 0;
	padding: 0;
}
ul#promo li { 
	margin-bottom: 12px;
	padding: 0;
}
ul#kats li { 
	font-size: .9em;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#rubriken {
	list-style: none;
	clear: both;
	margin: 1em 0;
	overflow: hidden;
}
ul#rubriken li { 
	display: block;
	float: left;
	padding: 8px 10px 0 0;
}
ul#rubriken li a,
ul#rubriken li a:visited {
	background: #f7edde;
	border: 1px solid #6da0c3;
	color: black;
	display: block;
	float: left;
	font-size: .93em;
	font-weight: bold;
	list-style: none;
	padding: 10px 3px;
	text-align: center;
	text-decoration: none;
	width: 16.7em;
}
ul#rubriken li a:hover,
ul#rubriken li a:focus {
	background: #f4e5cf;
}
#footer {
	background: #e1bd86;
	color: black;
	float: left;
	font-size: 1.2em;
	padding: 5px 10px 7px 10px;
	width: 770px;
}

/* Formulare
----------------------------------------------- */
form#submiturl {
	padding: 0;
	margin: 1.25em 0;
	width: 560px;
}
#submiturl fieldset {
	background: white;	
	border: 1px solid #e1bd86;
	padding: 1em;
}	
#submiturl legend {
	background: white;
	border: 1px solid #e1bd86;	
	color: #3f3f3f;
	font-size: 1.2em;
	font-weight: normal;
	padding: 0.1em 0.3em;
}
#submiturl label {
	background: white;	
	color: #3f3f3f;
	cursor: pointer;
	float: left;
	width: 120px;
}
#submiturl input {
	border: 1px solid #e0e0e0;
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 250px;
}
#submiturl input:focus,
#submiturl textarea:focus {
	border: 1px solid #333;
}
#submiturl textarea {
	border: 1px solid #e0e0e0;
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 350px;
}
#submiturl .button,
#submiturl .button:visited {
	background: #e0e0e0;
	border: 1px solid #3f3f3f;
	color: black;
	width: 100px;
	height: 25px;
}
#submiturl .button:hover,
#submiturl .button:focus {
	background: #676767;
	border: 1px solid #3f3f3f;
	color: white;
}
