/* ### formatierung (classen) allgemein ### */
* { 
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #444D53;
	background-image: url(art/veit_mette_logo.gif);
	background-position: 694px 0px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #B4BCC0;
	
}

p, li, label, input, textarea {
	font-size: 76%;
	line-height: 140%;
	color: #B4BCC0;
}
p, ul {
	padding-bottom: 1em;
}
li {
	padding-left: 16px;
	list-style: none;
	background-image: url(art/00_bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
}
a {
	color: #B6ED6B;
	text-decoration: none;
	/*white-space: nowrap;*/
}
.link {
	padding-left: 16px;
	list-style: none;
	background-image: url(art/pfeil_gruen.gif);
	background-repeat: no-repeat;
	/*background-position: 0 0.3em;*/
	background-position: left;
}
.link_bild {
	padding-left: 16px;
	background-image: url(art/pfeil_gruen.gif);
	background-repeat: no-repeat;
	background-position: left;
	
	position:relative;
	bottom:0px;
	right:16px;
	float: none;
	font-size: 16px;
	padding-top: 15px;
	line-height: 16px;

}
a:link, a:visited {
	color: #B6ED6B;
}
a:hover, a:active, a:focus, a.active {
	color: white;
}
h1 {
	font-size: 76%;
	font-weight: bold;
	color: White;
}
label {
	float: left;
}
input, textarea {
	float: right;
	width: 460px;
	border: solid 1px #7C8489;
	background-color: #444D53;
	color: #B4BCC0;
	margin-bottom: 5px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
input#submit {
	float: right;
	width: 120px;
	margin-right: 352px;
	color: #B6ED6B;
	font-weight: bold;
	
}


/* ### layout -container, -elemente (id's) allgemein  ### */
#page {
	height: 100%; /* das hier fuer den ie */
	position: relative;
}

#page[id] { /* wird nicht vom ie interpretiert */
    height:auto;
    min-height:100%;
}
#breite {
	width: 960px;
}
#inhalt_links {
	margin-top: 50px;
	padding-left: 56px;
	width: 560px;
	float: left;
	/*background: red;*/
}
#inhalt_rechts {
	margin-top: 90px;
	margin-left: 77px;
	width: 260px;
	float: left;
	/*background: blue;*/
}
#inhalt_rechts img {
	margin-bottom: 1em;
}
#vorschau {
	margin-top: 90px;
	margin-left: 77px;
	width: 260px;
	float: left;
	margin-top: 50px;
	height:352px;
	position:relative;
}
#bilder {
	position:absolute;
	bottom: 0px;
	left: 0px;
}
#bilder img {
	border: solid 1px #B6ED6B;
	margin-right: 12px;
	margin-top: 12px;
}
#bilder a img {
	border: solid 1px #B4BCC0;
}
#bilder a:hover img {
	border: solid 1px #B6ED6B;
}


#navi_1 {
	position: absolute;
	bottom: 45px;
	background-color: #282E31;
	width: 100%;
	clear:both;
	height: 20px;
}
#navi_2 {
	position: absolute;
	bottom: 20px;
	background-color: #282E31;
	width: 100%;
	clear:both;
	height: 20px;
}
#copy {
	float: right;
	color: #566269;
	font-size: 60%;
	line-height: 1.7em;
}
.pfeil {
	display: block;
	width: 46px;
	background-image: url(art/pfeil_gruen.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	float: left;
}
#navi_1 a, #navi_2 a {
	display:block;
	height: 20px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	color: White;
	font-size: 70%;
	line-height: 1.5em;
}
#navi_1 a:hover, #navi_2 a:hover {
	background-color: #444D53;
}
#navi_1 a.aktiv, #navi_2 a.aktiv {
	background-color: #444D53;
	color: #B6ED6B;
}

/* ### facebook-button  ### */
#breite.facebook-button {
	float:right;
	bottom:67px; 
	clear:both; 
	height:26px; 
	position:absolute;
}
#breite.facebook-button #facebook-button {
	float:right;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}


/* ### formate, klassen allgemein  ### */
.clear {
    clear:both;
	 height: 90px;
}
p.bildunterschrift {
	font-size: 66%;
	clear: left;
}

/* ### kontakt ### */
.sep {
	clear: both;
}
