/*	Joachim Ulbrich   	               */
/*	Serviceagentur für Markenkommunikation */
/*	Munich 05/2008			       */
/*	http://www.jus21.de/		       */
/*	screen.css -- v0.1		       */


* {
	margin: 0px;
	padding:0px;
}


html {
	min-height: 100.05%;
	}


body {
	background:#ffffff url(../pix/ws_bg.jpg) repeat;
	color: black;
	font-size: 1em;
	font-family: Arial,sans-serif;
	text-align: center;
	}


#rahmen {
	width: 800px;
	\width: 8000px;
	w\idth: 800px;
	margin-left: auto;
	margin-right: auto;
	background: #3d3d3d url(../pix/bk.jpg) repeat-y center;
	color: black;
	}


/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */

#titel h1 { 
	background:#3d3d3d url(../pix/top.jpg) no-repeat;
	color: black;
	margin: 0;
	height: 200px;
	}

#titel h1 span {
	display:none
	}


#navigation {
	font-size: 1em;
	height: 40px;
	margin-bottom: 30px;
	padding: 11px 0 0 70px;
	text-align: left;
	background: url(../pix/nav_bg.jpg) no-repeat;
	color: #ff6900;
	}


#navigation ul, #navigation li {
	padding: 0 10px 0 0;
	display: inline;
	list-style-type: none;
	float: none;
	}

#navigation a:link, #navigation a:visited {
	
	line-height: 0px;
	text-decoration: none;
	background-color: #3d3d3d;
	color: #ffffff;
	}

#navigation a:hover {

	background-color: #3d3d3d;
	color: #ff6900; 
	}


#aktuell {
	color: #ff6900;
	float: right; width: 200px;
	margin: 0 0 3em 0;
	padding: 0 70px 0 1em;
	text-align: left;
	line-height: 1.2em;
	border-left: solid 2px #ff6900;
	min-height: 350px;
	}

#aktuell h2 {
	font-size: 0.8em;
	text-align: left;
	margin: 0 0 0.5em 1em;
	}

#aktuell h3 {
	font-size: 0.8em;
	text-align: left;
	margin: 2em 0 0.5em 1em;
	}

#aktuell h4 {
	font-size: 0.8em;
	color: #3d3d3d;
	background-color: #ffffff;
	text-align: left;
	margin: 9em 0 0.5em 1em;
	}
	
#aktuell p {
	font-size: 0.8em;
	margin: 0 0 0 1em;
	background-color: #ffffff;
	color: #3d3d3d;
	}

#aktuell a:link, #aktuell a:visited, #aktuell a:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #ff6900;
	}

#aktuell img {
	float: right;
}

#verweise {
	float:right; width: 200px;
	margin: 0 0 3em 0;
	padding: 0 70px 0 1em;
	text-align: left;
	line-height: 1.2em;
	border-left: solid 2px #ff6900;
	color: #ff6900;
	min-height: 350px;
	}


#verweise ul, #verweise li {
	font-size: 0.8em;
	font-weight: bold;
	list-style-type: none;
	float: none;
	margin: 0 1em 1em 1em;
	padding: 0;
	}

#verweise a:link, #verweise a:visited {
	
	line-height: 0px;
	text-decoration: none;
	background-color: #ffffff;
	color: #3d3d3d;
	}

#verweise a:hover {

	background-color: #ffffff;
	color: #ff6900; 
	}


#inhalt {
	margin: 0 300px 3em 0;
	padding: 0 1em 0 70px;
	color: black;
	text-align: left;
	line-height: 1.2em;
	}

* html div#inhalt {
	height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
	}

#inhalt h2 {
	font-size: 0.8em;
	margin: 0 0 0.5em 0;
	background-color: #ffffff;
	color: #3d3d3d;
	}

#inhalt h3 {
	font-size: 0.8em;
	margin: 2em 0 0.5em 0;
	background-color: #ffffff;
	color: #3d3d3d;
	}

#inhalt blockquote {
	font-size: 0.8em;
	font-style: italic;
	margin: 0 0 1.6em 30px;
	background-color: #ffffff;
	color: #3d3d3d;
	}

#inhalt p {
	font-size: 0.8em;
	background-color: #ffffff;
	color: #333333;
	}

#inhalt a:link, #inhalt a:visited, #inhalt a:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #ff6900;
	}


form {
  background: #ffffff;
  border: thin solid #ffffff;
  margin: 0;
  padding: 0em 8em 1em 1em;
  margin-bottom: 1em;
  float:left;
}

form label {
  display: block;
  float: left;
  width: 6em;
  font-size: 0.8em;
}

form input {
  margin-bottom: 2px;
  width: 180px;
  display: block;
  float: left;
}

form textarea {
  margin-bottom: 2px;
  width: 180px;
  height: 100px;
  display: block;
  float: left;
}

form .buttons {
  text-align: right;
  margin-top: 0.5em;
}

form .buttons input {
  width: auto;
  display: inline;
  float: none;
}

form br {
  clear: left;
}

form + * {
  clear:left;
}

/* Formmailer */
.cap{width:45px;margin-top:20px;}
.scode{border:0;width:120px;height:50px;display:inline;float:left;}

#unten {
	clear: both;
	background-image:  url(../pix/bot.jpg);
	height: 100px;
	background-color: #ffffff;
	color: #3d3d3d;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
	}

#unten p {
	font-size: 0.7em;
	margin: 0;
	padding-top: 35px;
	}

#unten a:link, #unten a:visited, #unten a:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #ff6900;
	}




/* Joachim Ulbrich Service - Munich 2008 */

