/* CSS Document */
html {
	height: 100%;
	width: 100%;
}

body {
	background-color: #A6CEFF;
	border: 0px;
	color: #000000;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

p {
	line-height:1.2em;
	margin: 0;
	padding: 0;
	font-size:95%;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
 
h2 {
	color: #666666;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

p+h2, p+h3, p+ul, p+ol{
	margin-top: 1.3em;

}

h3 {
	color: #666666;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: circle;
	margin: 0px;
	padding: 0px;
	padding-left: 2em;
}


a:link, a:visited, a:active {
	color: #174691; /*background-color:	transparent;*/
	text-decoration: none;
}

a:hover {
	color: #FFCF88; /*background-color:	transparent;*/
	text-decoration: none;
}

img	{
	border-width: 0px;
}
/* ---------------- DIV Container ----------------------------------- */
#logolinks{
	background-color: #000000;
	background-image: url(http://betten-lang.de/bilder/betten-lang.gif);
	height: 84px;
	margin-top: -2px;
	padding: 0px;
	width: 261px;
}

#logolinksschatten{
	background-image: url(http://betten-lang.de/bilder/logolinksschatten.gif);
	background-position: 0px 0px;
	height: 30px;
	width: 261px;
}

#pics{
	background-color: #000000;
	margin-top: -1px;
}


#rahmen {
	color: #666666;
	left: 261px;
	margin-top: 23px;
	position: absolute;
	text-align: left;
	top: 0px;
	width: 742px;
}

#rahmenrechts { 
	 position:absolute;
	 left:1003px;
	 top:53px;
	 width:40px;
	 height:324px;
	 z-index:1;
 }
#kernbereich {
	background-color: #F2F2F2;
	background-image: url(http://www.betten-lang.de/bilder/rahmen_unten.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 1%;
	min-height: 380px;
	padding: 35px;
}

#seitentitel {
	padding-bottom:20px;
}

#slogan{
	background-image: url(http://www.betten-lang.de/bilder/slogan.gif);
	height: 84px;
	width: 261px;
}

#eyecatcher{
width:261px;
height:198px;
}

#kontaktlinks{
	background-image: url(http://www.betten-lang.de/bilder/kontakt-hintergrund.gif);
	height: 370px;
	left: 30px;
	overflow: visible;
	padding: 0px;
	position: absolute;
	top: 395px;
	width: 190px;
}

#kontaktlinksinnen{
	padding: 10px 10px 10px 10px;
}

#linkeSpalte{
	float: left;
	width: 325px;
}

#rechteSpalte{
	float: right;
	width: 325px;
}

#linkeSpalte img, #rechteSpalte img
		{
	background: #A6CEFF;
	border: #FFFFFF 1px solid;
	padding: 4px;
}

#linkeSpalte a:hover img, #rechteSpalte a:hover img 
		{
	background: #A6CEFF;
	border: #770000 1px solid;
	padding: 4px;
}
#footer {
	color: #555555;
	font-size: 9px;
	height: 1%;
	padding-top: 10px;
	text-align: left;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #555555; /*background-color:	transparent;*/
	text-decoration: none;
}
 
#footer a:hover {
	color: #000000; /*background-color:	transparent;*/
	text-decoration: none;
}

#footer #footertext {
	margin-left: 138px;
	padding-top: 3px;
}

#navigationTopp {
	background: url(http://www.betten-lang.de/bilder/rahmen_oben.png) #FF9933;
	height: 30px;
	margin: 0;
	padding-left: 15px;
}

#navigationTopp li {
	display: inline;
	line-height: 18px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#navigationTopp li a:hover {
	background: #FFA74F;
}

/*#navigationTopp li a:hover:after, #navigationTopp li a:focus:after {
	content: "["attr(tabindex)"]";
}
*/
#navigationTopp li a {
	color: #F2F2F2;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 9px 7px 9px;
	text-decoration: none;
}

#navigationTopp li a.active {
	background: #F2F2F2;
	color: #FFFFFF;
}
 

textarea {
	background-color: #FFFFFF;
	border: 1px solid #484848;
	color: #000000;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100px;
	padding: 3px;
	width: 300px;
}

input.text {
	background: #FFFFFF;
	border: 1px solid #484848;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 1px;
	margin-top: 1px;
	padding: 3px;
	width: 30px;
}
 
input.text-inline {
	background: #FFFFFF;
	border: 0;
	color: #4C4C4C;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	width: 30px;
}
 
input.button {
	background: #F3F3F3;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	color: #666666;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 24px;
	line-height: 10px;
	margin: 0px;
	margin-top: 10px;
	padding: 3px 5px 3px 5px;
}

input.button[disabled] {
	background: #F3F3F3;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	color: #9F9F9F;
	font-size: 10px;
	font-weight: bold;
	height: 24px;
	line-height: 10px;
	margin: 0px;
	margin-top: 10px;
	padding: 3px 5px 3px 5px;
}
 
input.btn,select.btn{
	background-color: #FFEEDD;
	border: 1px solid;
	border-bottom-color: #336633;
	border-left-color: #669966;
	border-right-color: #336633;
	border-top-color: #669966;
	color: #005500;
	font-size: 11px;
	font-weight: bold;
}

input.btnhov{
	border-bottom-color: #993300;
	border-left-color: #CC6633;
	border-right-color: #993300;
	border-top-color: #CC6633;
}

/* --------------------------------------------------- */

/*-------------------------------------------------------------------*/

.clearer {
	clear: both;
	height: 10px;
}

.bullet{
	margin-bottom: -20px;
	margin-top: 10px;
}
	
acronym{
	cursor: help;
}

.zentriert {
	text-align: center;
}

.bildunterschrift {
	margin: 0px 0px 8px 0px;
	text-align:center;
	font-size:80%;

}

.formboxheading {
	font-size: 14pt;
	margin: 1em 0 1em 0;
}
