/*
 * Stylesheet und.sichtbar.design
 * Author bugfree media GbR 2007 - Sascha Milivojevic www.bugfree-media.de
 */
body {
	margin:0px;
	padding:0px;
	border:none;
	background-color:#aea6a6;
	color:#000;
	font-size:0.75em;
}

body, table {
	font-family:Arial,Helvetica,sans-serif;
  color:#000 }

IMG, A{
	border:none;
	text-decoration:none;
}
a:link, a:visited, a:active, a:hover { text-decoration:none }
a:link { color:#000 } 
a:visited { color:#000 }
a:active { color:#fff }
a:hover { color:#000 }

ul, li {
	list-style-type:none;
	margin:0px;
	padding:0px }
	
h1, h2, h3, h4, h5, h6 {
  margin:10px 0px 5px 0px;
  color:#000; }

h1 { font-size:1.0em }
h2 { font-size:0.9em }
h3 { font-size:0.9em }
h4 { font-size:0.8em }
h5 { font-size:0.7em }
h6 { font-size:0.6em }

/* ------------------- LAYOUT --------------- */
#canvas {
	width:980px;
	height:550px;
	border:1px solid #939598;
	margin:10px auto 6px auto;
	background-image:url("../bilder/layout/content-bg1.jpg");
	background-repeat:no-repeat;
}
#canvas1 {
	width:980px;
	height:550px;
	border:1px solid #939598;
	margin:10px auto 6px auto;
	background-image:url("../bilder/layout/content-bg.jpg");
	background-repeat:no-repeat;
}
#header {
  height:100px;
  width:100%;
  margin:0px;
  border-top:1px solid transparent;
  border-right:none;
}

#header .headerNavi {
  margin:16px 0px 16px 16px;
  height:66px;
  border:1px solid #808285;
  border-right:none;
  background-color:#fff;
}

#header img.thumbs{
  margin:3px 0px 3px 3px;
  cursor:pointer;
}


#reiter {
  position:absolute;
  margin:0px 0px 0px 890px; 
  width:90px; 
  height:550px; 
}
/* ------------------------- NAVI LEFT ---------------- */
#left {
  float:left;
  width:200px;
  height:449px;
  margin:0px 0px 1px 0px;
  background-image:url(../bilder/layout/logo_klein.png);
  background-position:bottom;
  background-repeat:no-repeat;

}

#left ul.naviListing{
  margin:0px 0px 0px 16px;
}

#left ul.naviListing li{
  margin:0px 0px 4px 0px;
  width:156px;
  height:auto;
  border:1px solid #fff;
  letter-spacing:1px;
}
#left ul.naviListing li a.white{ color:#fff;}
#left ul.naviListing li a{
  display:block;
  width:156px;
  padding:4px 0px 4px 4px
}
#left ul.naviListing li a:hover {color:#fff;}

#left ul.naviListing li.indent{
  padding-left:5px;
  font-size:0.9em;
  width:151px;
} 
#left ul.naviListing li.indent a{
  display:block;
  width:151px;
  padding:4px 0px 4px 4px
}

#left ul.naviListing2{
  margin:0px 0px 0px 16px;
}

#left ul.naviListing2 li{
  margin:0px 0px 4px 0px;
  width:156px;
  height:auto;
  letter-spacing:1px;
}
#left ul.naviListing2 li a.white{ color:#fff;}
#left ul.naviListing2 li a{
  display:block;
  width:156px;
  padding:4px 0px 0px 4px
}
#left ul.naviListing2 li a:hover {color:#fff;}

#left ul.naviListing2 li.indent{
  padding-left:5px;
  font-size:0.9em;
  width:151px;
} 
#left ul.naviListing2 li.indent a{
  display:block;
  width:151px;
  padding:4px 0px 4px 4px
}

#content {
  float:left;
  width:685px;
  height:416px;
  margin:0px 0px 16px 0px;
  padding:15px;
  line-height:20px;
/*background-image:url(../bilder/layout/hochzeitinnen_bg.png);
  background-repeat:repeat;
  border:1px solid #e4e4e4;
*/}

#content .content_left{
  float:left;
  width:345px;
  margin:0px 20px 0px 0px;
}

#content .content_right{
  float:left;
  width:320px
  margin:0px 0px 0px 0px;
}

#content .content_right a, #content .content_left a{
 font-size:0.9em;
 color:#272425;
}


#content a.links{
  display:block;
  font-size:1.1em;
  font-weight:bold;
  color:#707070;
}

#content p.hinweis{
  font-size:0.8em;
  color:#707070;

}

