/* css created and developed by 12bis3.de - zeitgemaess kommunizieren */

/* --------------------
generelle einstellungen 
-------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background: url(/bilder/bg-body.gif) repeat-x #787878;
	font-size: 80%;
	min-height: 101%;
	text-align: center;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, sans-serif;
	margin: 10px 0 20px 0;
	color: #fff;
}

img {
	border: none;
}

a:link, a:visited, a:active {
	color: #ffcc33;
	text-decoration: none;
}
a:hover, a:focus {
	color: #ffcc33;
	text-decoration: underline;
}

ul {
	margin: 0 0 0.9em 2em;
	list-style-type: disc;
}

ol {
	margin: 0 0 0.7em 2em;
}

ul li {
	margin-bottom: 0.3em;
}



/* ----------------
layout definitionen 
---------------- */

#container {
	width: 852px;
	background: url(/bilder/bg-main-content.jpg) repeat-y #fff;
	margin: 0 auto;
	text-align: left;
}

#header {
	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
	background: #000;
}

#main {
	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
	background: #000;
	padding-top: 40px;
}

#navigation   {
	width: 173px;
	padding-left: 11px;
	float: left;
}

#content {
	width: 446px;
	padding: 0 20px 0 20px;
	line-height: 150%;
	float: left;
}

#termine {
	background: url(/bilder/bg-termine.jpg) no-repeat top;
	width: 200px;
	float: left;
	margin-right: -20px;
}
*html #termine {
	position: relative;
}

#footer {
	clear: both;
	background: url(/bilder/bg-main-bottom.png) no-repeat bottom;
	padding: 5px 0 14px 0;
	text-align: center;
}



/* ------------------
barriere definitionen
------------------ */

a#skip {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}


/* ----------------
header definitionen
---------------- */

#header img#logo {
	float: left;
	padding: 4px 0 0 44px;
}

#header h2 {
	margin: 0 20px 0 0;
	float: right;
	padding: 12px 0 38px 0;
	background: url(/bilder/aus-sicht-braille.png) no-repeat bottom right;
	width: 630px;
	text-align: right;
}
* html #header h2 {
	margin-right: 10px;
}

#header-top {
	background: url(/bilder/bg-header-top.png) no-repeat #000;
	height: 11px;
	font-size: 0;
}
#header-bottom {
	background: url(/bilder/bg-header-bottom.png) no-repeat #000;
	height: 26px;
	font-size: 0;
}

#header p {
	text-align: right;
	padding: 17px 19px 0 0;
	margin: 0;
	float: right;
}
#header p a {
	color: #fff;
}


/* --------------------
navigation definitionen
-------------------- */

#navigation ul {
	list-style-type: none;
	margin: 0;
}
#navigation ul li {
	border-bottom: 1px solid #000;
	margin-bottom: 0.7em;
}
#navigation ul li a {
	background: url(/bilder/bg-navigation.png) no-repeat;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 3px 0 0 24px;
	font-weight: bold;
}
#navigation ul li a:hover, #navigation ul li a:focus, #navigation ul li a.aktiv {
	background: url(/bilder/bg-navigation-hover.png) no-repeat;
	color: #ffcc33;
}

#navigation ul li ul {
	margin: 0.4em 0 0.2em 12px;
}
#navigation ul li ul li {
	margin-bottom: 0.2em;
}
#navigation ul li ul li a {
	background: url(/bilder/bg-navigation-second.png) no-repeat 0px 11px;
	padding: 3px 0 0 10px;
	font-weight: normal;
}
#navigation ul li ul li a:hover, #navigation ul li ul li a:focus, #navigation ul li ul li a.aktiv {
	background: url(/bilder/bg-navigation-second.png) no-repeat 0px 11px;
}



/* -----------------
content definitionen
----------------- */

h1 {
	background: url(/bilder/bg-headline.png) no-repeat bottom;
	padding: 0 0 0.2em 0;
	margin: 0 0 1em 20px;
	float: left;
	width: 625px;
	font-size: 160%;
}
#modal h1 {
	width: 550px;
}

h2 {
	font-size: 140%;
	margin-bottom: 0.6em;
}

h3 {
	font-size: 130%;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 120%;
	margin-bottom: 0.4em;
}

h5 {
	font-size: 110%;
	margin-bottom: 0.3em;
}

h6 {
	font-size: 95%;
	margin-bottom: 0.2em;
}

p {
	margin-bottom: 1.2em;
}

#content ul {
	list-style-type: none;
	margin-left: 2em;
}
#content ul li {
	background: url(/bilder/bg-navigation-second.png) no-repeat 0px 9px;
	padding-left: 12px;
}

hr {
	border: none;
	height: 0px; 
	border-bottom: 1px solid #ffcc33;
}

img.image-left {
	border: 2px solid #676268;
	float: left;
	margin: 0 0.5em 0.5em 0;
}

img.image-right {
	border: 2px solid #676268;
	float: right;
	margin: 0 0 0.5em 0.5em;
}

p.meldung {
	border-top: 1px solid #666167;
	padding-top: 0.3em;
}
p.meldungen {
	border-top: 1px solid #666167;
	padding-top: 0.3em;
	text-align: right;
}
p.meldungen span {
	float: left;
}

dl.meldungen {
	width: 445px;
	border-top: 1px solid #666167;
	padding-top: 1em;
	margin-bottom: 1em;
}
dl.meldungen dt {
	width: 115px;
	float: left;
	margin-bottom: 1px;
}
dl.meldungen dt img {
	border: 2px solid #676268;
}
dl.meldungen dd {
	width: 330px;
	float: left;
}
dl.meldungen dd p {
	margin-bottom: 0;
}

p.termine {
	margin-bottom: 0;
}
h4.termine {
	padding-top: 0.7em;
}
p.termine span {
	color: #fff;
}

#content ul.sitemap {
	font-weight: bold;
}
#content ul.sitemap ul {
	font-weight: normal;
	margin: 0.3em 0 0.6em 1em;
}

div.video {
	margin: 0 0 1em 0;
}

/* -----------------
termine definitionen
----------------- */

#termine h4 {
	font-size: 130%;
	background: url(/bilder/bg-termine-h4.png) no-repeat bottom;
	padding: 10px 5px 7px 13px;
}

#termine h6 {
	font-size: 100%;
	margin: 0;
	padding: 0.7em 0 0 13px;
}
#termine p {
	padding-left: 13px;
	margin-bottom: 0;
	word-spacing: -0.1em;
}

#termine div {
	background: url(/bilder/bg-partner.jpg) no-repeat bottom;
	padding-bottom: 12px;
}

*html #termine div {
	position: relative
}


#termine ul {
	list-style-type: none;
	margin: 0 0 1em 20px;
}
#termine ul li {
	background: url(/bilder/bg-partner-listing.png) no-repeat 0px 9px;
	padding-left: 12px;
	margin-bottom: 0;
}
#termine div h4 {
	padding-top: 0.8em;
	background: url(/bilder/bg-partner-h4.png) no-repeat bottom;
}
#termine a span {
	color: #fff;
}

/* ----------------
footer definitionen
---------------- */

#footer p {
	margin: 0;
}



/* -----------------
formular definitonen
----------------- */

/* formular definitionen */

form {
	margin-bottom: 1em;
}

fieldset {
	width: 420px;
	padding: 10px;
	border: 1px solid #666167;
	margin-bottom: 1em;
}
input, textarea, select {
	width: 240px;
	padding: 3px;
	border: 1px solid #666167;
	background-color: #000;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, sans-serif;
	color: #fff;
	font-size: 100%;
	background: url(/bilder/bg-input.gif) repeat-x #393939;
}
input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus {
	background-color: #a5bae2;
	color: #fff;
	border: 1px solid #ffcc33;
	background: url(/bilder/bg-input-hover.gif) repeat-x #464646;
}
textarea {
	height: 100px;
}
label {
	width: 160px;
	float: left;
	display: block;
	font-weight: normal;
}
form p {
	margin-bottom: 0.8em;
}
legend {
	color: #fff;
	font-weight: bold;
	font-size: 110%;
}
form p.check-radio {
	clear: left;
}
form p.check-radio input, p.bankeinzug input {
	width: auto;
	float: left;
	border: none;
	background: none;
}
p.bankeinzug input {
	margin-right: 10px;
	border: 2px solid #000;
}

p.bankeinzug input:hover, p.bankeinzug input:focus {
	border: 2px solid #ffcc33;
}

p.bankeinzug {
	border: 1px solid #ffcc33;
	padding: 0.5em;
}

p.bankeinzug label {
	width: 300px;
	font-weight: bold;
}
form p.check-radio label {
	width: 250px;
	padding-bottom: 0.2em;
}
form p.submit-it input {
	border: 1px solid #1f53b6;
}

form p.error {
	color: #ffcc33;
	margin-bottom: 0.2em;
}


/* ---------------
start definitionen
----------------*/

body#start {
	background: #000;
	margin-top: 120px;
}

#start #container {
	width: 690px;
	background: #000;
	border: none;
} 
#modal #container {
	width: 600px;
} 
#start h2 {
	text-align: right;
	font-size: 140%;
	background: url(/bilder/start-bg-header.gif) no-repeat bottom #000;
	padding: 0 68px 46px 0;
	margin-bottom: 2em;
}
#start h1 {
	background: none;
	font-size: 130%;
	margin: 0 0 0.3em 0;
	padding: 0;
	width: auto;
	float: none;
}
#start #start-left {
	width: 225px;
	float: left;
	padding-left: 65px;
	background: #000;
	margin-bottom: 2em;
}
#start #start-right {
	width: 350px;
	padding: 4% 50px 1% 0;
	
	float: left;
	background: #000;
}
#start #footer {
	background: url(/bilder/start-bg-footer.gif) no-repeat top;
	clear: both;
}



/* clear me baby */

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: inline-table;
}
* html .clear {
	height: 1px;
}
* + html .clear {
	height: 1%;
}

.clear {
	display: block;
}
