/* Stylesheet für www.solygan.de - Webseiten den Fa. Solygan, Hofstetten */

/*alle HTML-Elemente auf Null */
* {padding:0; margin: 0;}

body {
	color: white;
	background-color: #CCCCFF;
	background-image: url(../pics/bg_image.gif);
	background-position: right;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

/* ===========================
    DIV-Bereiche
============================ */

#wrapper {
	color: black;
	background-color: white;
	width: 920px;
	border: 5px solid #D9D9D9;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

#kopfbereich {
  position: relative;
  color: black;
  font-weight: bold;
  background-color: white; 
  background-image: url(../pics/kopfbereich.jpg);
  background-position: right;
  background-repeat: no-repeat;
  padding: 0;
  border-bottom: 1px solid black;

}

		#kopfbereich a {
			color: #333333;
			background-color: transparent;
		}
		
		#kopfbereich p {
			/*background: white;*/
			top: 110px;
			padding-left: 50px;
			padding-right: 50px;
			margin-bottom: 0;
		}
	
		#kopfbereich #top1{
			position: absolute;	
			right: 390px;
		}			
		
		#kopfbereich #top2{
			position: absolute;
			right: 195px;
		}
		
		#kopfbereich #top3{
			position: absolute;
			right: 0px;
		}

#breadcrumpbereich {
  color: black;
  font-size: small;
  font-style: italic;
  vertical-align: middle;
  background-color: white;
  background-image: url(../pics/orange_weiss.gif);
  background-repeat: repeat-x;
  background-position: left;

  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 20px; 
  padding-right: 0;
  
  border-bottom: 1px solid black;
}


#navibereich {
  color: black;
  background-color: white;
  float: left;
  width: 130px;
  margin: 20px;
}
    #navibereich ul{
    }
    #navibereich li{
      list-style: none;
    }
	
	#navibereich #navi{
		width: 130px;
		background-image: url(../pics/navi_orange_weiss.gif);
		background-repeat: repeat-x;
		
		border: 1px solid black;
		-moz-border-radius: 5px;
		
		padding: 10px;
		margin-top: 20px;
		margin-left: 0;
	}
	
		#navibereich #navi #label_navi{
		  text-align: center;
		  letter-spacing: 2px;  
		  padding-bottom: 5px;	  
		  border-bottom: 1px solid #D9D9D9;
		}
		
	#navibereich #oeffnung{
		width: 130px;
		background-image: url(../pics/navi_orange_weiss.gif);
		background-repeat: repeat-x;
		
		border: 1px solid black;
		-moz-border-radius: 5px;
		
		padding: 10px;
		margin-top: 40px;
		margin-left: 0;
	}
		
		#navibereich #oeffnung #label_oeffnung{
		  text-align: center;
		  font-size: 90%; 
		  padding-bottom: 5px;	  
		  border-bottom: 1px solid #D9D9D9;
		}
		#navibereich #oeffnung p{
		  text-align: center;
		  font-size: 90%;
		}
    
#textbereich {
  min-height: 400px; 
	height: auto !important;  /* für moderne Browser */
  height: 400px;  /*für den IE */
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 10px;
  margin: 20px; 
  margin-left: 200px;

}

	#textbereich p span{
		font-size: 60%;
		line-height: 1em;
	}

  #welcome {
    float: left;
    margin-right: 20px;
    width: 440px;
  }
	
  #sonderposten_teaser {

  }

#fussbereich{
	text-align: center;
	font-size: 80%;
	letter-spacing: 2px;
	
	padding-top: 10px;
	padding-bottom: 5px;
	
	border-top: 2px solid #D9D9D9;
}

/* ===========================
    Klassen
============================ */

.bild{
  margin-right: 20px;
  margin-bottom: 20px;
  border: 3px solid #D9D9D9;
}

.bildmitte{
  padding: 10px;
  position: relative;
  left: 175px;
  border: 3px solid #D9D9D9;
}

.artikel_titel{
  width: 520px;
  height: 35px;
}

.artikel_bild{
  width: 220px;
}

.float_left{  
  float: left;
}

.float_right{
  float: right;
}

.clear{
  clear: both;
}


/* ===========================
    Allgemein HTML
============================ */

h1 {
  font-size: 150%;
}

h2 {
  font-size: 130%;
  margin-bottom: 1em;
}

adress {
  text-align: center;
  font-size: 80%;
  font-style: normal;
  line-height: 1.25em;
}

impressum{
  text-align: center;
  font-size: 60%;
  font-style: normal;
  line-height: 1.0em;
}

a {
  text-decoration: none;
  outline: none;
}

a:link, a:visited {
  color: black;
  background-color: transparent;
}


a:hover, a:focus {
  text-decoration: none;
  color: gray;
  background-color: transparent;
}

a:active {
  text-decoration: underline;
}

p, ul {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 1em;
  margin-left: 0;
}

ul ul{
  margin: 0;
}

li {
  list-style-position: inside;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 1em;
}

td{
   vertical-align: top;
}

/* ===========================
   Kontaktformular
============================ */

#kontaktformular form {
  background-color: #eee;
  color: black;
  width: 400px;
  padding: 20px;
  border: 1px solid #D9D9D9;	
}

label {
  display: block;
  margin-bottom: 1em;
}

#absender, #nummer, textarea {
  width: 300px;
}  

textarea {
  height: 7em;
}

input:focus, textarea:focus {
  background-color: #D9D9D9;
  color: black;
}

/* ===========================
   Backend
============================ */

#textbereich_backend {
  min-height: 400px; 
	height: auto !important;  /* für moderne Browser */
  height: 400px;  /*für den IE */
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: auto;
}

.backend textarea{
  width: 350px !important;;
}

#teile_eintragen{
  background-color: #eee;
  color: black;
  width: 400px;
  padding: 20px;
}

.teile_action a, 
.teile_action a:link,
.teile_action a:visited{
  border: none !important;
  color: transparent;
}

.fehler
{
  background: url(../backend/pics/upload_fehlgeschlagen.gif) no-repeat right top;
  color: red;
}