/* 

	eMedia Jungen, Webagentur - www.emediajungen.ch
 
 	Datei    : emj_style.css
 	Rechte   : Franziska Jungen, eMedia Jungen
 	Erstellt : April 2009

*/

/* RESET: */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
* {
	margin: 0;
	padding: 0;
}

html[xmlns^="http"] {
	overflow-y: scroll;
}
body {
	background: #d9d9d9 url(../images/bg_body.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#webcontainer {
	width: 1002px;
	margin: 0 auto;
	position: relative;
	background: url(../images/bg_container.jpg) repeat-y 0 80px;
}
.clearer {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/* HAUPTNAVIGATION */
#hauptnavigation {
	position:relative;
	width: 1002px;
	height: 60px;
	overflow: hidden;
	margin: 0;
}
#hauptnavigation .nav li {
	position: absolute;
	list-style: none;
}
#hauptnavigation .nav li a {
	display: block;
	/*width: 140px;*/
	height: 60px;
	text-indent: -9999px;
}
 
#hauptnavigation .nav li.header { left: 0; background:url(../images/header_links.jpg) no-repeat; width: 269px; height: 60px; }

#hauptnavigation .nav li.home { left: 269px; }
#hauptnavigation .nav li.home a { background:url(../images/navi_home.jpg) no-repeat 0 -60px; width: 73px; }
#hauptnavigation .nav li.home a:hover, #hauptnavigation .nav li.home a.aktiv { background:url(../images/navi_home.jpg) no-repeat; }
 
#hauptnavigation .nav li.webdesign { left: 342px; }
#hauptnavigation .nav li.webdesign a { background:url(../images/navi_webdesign.jpg) no-repeat 0 -60px; width: 121px; }
#hauptnavigation .nav li.webdesign a:hover, #hauptnavigation .nav li.webdesign a.aktiv { background:url(../images/navi_webdesign.jpg) no-repeat; }
 
#hauptnavigation .nav li.webagentur { left: 463px; }
#hauptnavigation .nav li.webagentur a { background:url(../images/navi_webagentur.jpg) no-repeat 0 -60px; width: 131px; }
#hauptnavigation .nav li.webagentur a:hover, #hauptnavigation .nav li.webagentur a.aktiv { background:url(../images/navi_webagentur.jpg) no-repeat; }
 
#hauptnavigation .nav li.webangebot { left: 594px; }
#hauptnavigation .nav li.webangebot a { background:url(../images/navi_webangebot.jpg) no-repeat 0 -60px; width: 140px; }
#hauptnavigation .nav li.webangebot a:hover, #hauptnavigation .nav li.webangebot a.aktiv { background:url(../images/navi_webangebot.jpg) no-repeat; }
 
#hauptnavigation .nav li.webprojekte { left: 734px; }
#hauptnavigation .nav li.webprojekte a { background:url(../images/navi_webprojekte.jpg) no-repeat 0 -60px; width: 138px; }
#hauptnavigation .nav li.webprojekte a:hover, #hauptnavigation .nav li.webprojekte a.aktiv { background:url(../images/navi_webprojekte.jpg) no-repeat; }

#hauptnavigation .nav li.kontakt { left: 872px; }
#hauptnavigation .nav li.kontakt a { background:url(../images/navi_kontakt.jpg) no-repeat 0 -60px; width: 130px; }
#hauptnavigation .nav li.kontakt a:hover, #hauptnavigation .nav li.kontakt a.aktiv { background:url(../images/navi_kontakt.jpg) no-repeat; }

/* STARTSEITE */
#startseite {
	background: url(../images/bg_startseite.jpg) no-repeat;
	height: 520px;
}
#wrap {
	position: absolute;
	top: 102px;
	left: 478px;
	width: 450px;
}
.hidden {
	display: none;
}
#prevNext {
	margin-left: -10px;
	margin-bottom: -20px;
}

#prevNext img {
	position: relative;
	z-index: 2;
	cursor: pointer;
}
#wrap p {
  margin: 0 6px 0 7px;
  padding: 0 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
	font-weight: bold;
  color: white;
  position: relative;
  top: -33px;
  line-height: 30px;
  height: 30px;
  background: black;
  opacity: .7;
  filter:alpha(opacity=70);
}
.textwrap {
	color: #444444;
	padding-top: 40px;
}
.textwrap a {
	text-decoration: none;
	color: #444444;
}
.textwrap a:hover {
	text-decoration: underline;
	color: black;
}

/* CONTENT */

#content {
  background: url(../images/bg_content.jpg) no-repeat;
  min-height:445px;
  height:auto !important;
  height:445px;
}
.textbereichStart {
  top: 120px;
	left: 48px;
  width: 300px;
	color: #eeeeee;
	position: relative;
}
.textbereichStart p.white {
  color: #eeeeee;
  font-size: 12px;
	padding-bottom: 20px;
}
.textbereich {
  padding: 80px 120px 40px 120px;
  width: 700px;
}
.textbereich p.white {
  color: #eeeeee;
  font-size: 12px;
	padding-bottom: 20px;
}
.textbereich p.white a {
  color: #eeeeee;
  font-size: 12px;
	text-decoration: none;
}
.textbereich p.white a:hover {
  color: #eeeeee;
  font-size: 12px;
	text-decoration: underline;
}
.textbereich p.black {
  color: #444444;
  font-size: 12px;
	padding-bottom: 20px;
}
.textbereich p.black a {
  color: #444444;
  font-size: 12px;
	text-decoration: none;
}
.textbereich p.black a:hover {
  color: #444444;
  font-size: 12px;
	text-decoration: underline;
}
.textbereich p.kruemelnavi {
	background: url(../images/bg_kruemelnavi.png) no-repeat;
	color: white;
	padding: 8px 15px;
	margin-bottom: 15px;
	text-align: right;
}
.textbereich p.kruemelnavi a {
	color: white;
	text-decoration: none;
}
.textbereich td {
	color: #444444;
	padding-bottom: 10px;
}
.textbereich td.schritte {
	font-weight: bold;
}
.textbereichWebprojekte {
	padding: 80px 20px 80px 120px;
  width: 330px;
	float: left;
}
.textbereichWebprojekte p.white {
  color: #eeeeee;
  font-size: 12px;
	padding-bottom: 20px;
}
.textbereichWebprojekte p.black {
  color: #444444;
  font-size: 12px;
	padding-bottom: 20px;
}
ul#galerieWebprojekte {
	padding-top: 100px;
	padding-bottom: 20px;
	width: 520px;
	float: right;
}
ul#galerieWebprojekte li {
	list-style: none;
	display: inline;
	padding-left: 10px;
}

/* WEBPROJEKTE BOX */
#webprojekteBox {
	background-color: #f3f3f3;
	color: black;
	width: 780px;
	overflow:hidden;
}
#webprojekteTitel {
	color: #5487b7;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding-top: 5px;
	padding-left: 5px;
}
#webprojekteText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	float: right;
	padding-right: 10px;
	width: 250px;
	padding-top: 25px;
}
.webprojekteUntertitel {
	font-weight: bold;
	font-size: 12px;
	color: #555555;
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 10px;
}
#webprojekteText p {
	color: #555555;
	font-size: 11px;
	margin-bottom: 20px;
}
#webprojekteText p a {
	color: #555555;
	font-size: 11px;
	text-decoration: none;
	padding: 6px;
	border: 1px solid #dddddd;
}
#webprojekteText p a:hover {
	color: black;
	font-size: 11px;
	text-decoration: underline;
}
#webprojekteScreenshot {
	float: left;
	width: 500px;
	padding: 25px 10px;
}
.textbereich p.white a.maillink {
	color: #79afe2;
	font-weight: bold;
}
table .transparent {
	background-color: #cccccc;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	filter:alpha(opacity=70);
	padding: 0 20px;
}
td .small {
  	font-size: 10px;
  	padding-left: 5px;
}
td .top {
 	vertical-align: top;
}
td .submit {
	width: 170px;
	border: 1px dotted black;
	background-color: #efefef;
	color: black;
	cursor: pointer;
}

/* FOOTER */
#footer {
	background:url(../images/footer.jpg) no-repeat;
	height: 284px;
}

#sitemap {
	float: left;
	padding: 30px 40px 10px 260px;
	width: 135px;
	color: #cccccc;
	font-size: 11px;
}
#sitemap a {
	color: #cccccc;
	text-decoration: none;
}
#sitemap a:hover {
	text-decoration: underline;
	color: white;
}
#footer .titel {
 color: #79afe2;
 font-weight: bold;
 font-size: 12px;
}
#business {
	float: left;
	width: 150px;
	color: #cccccc;
	padding: 30px 40px;
	font-size: 11px;
}
#business a {
	color: #cccccc;
	text-decoration: none;
}
#business a:hover {
	color: white;
	text-decoration: underline;
}
sup {
	font-size: 10px;
}
#kontaktdaten a.maillink2 {
	color: #79afe2;
}
#kontaktdaten {
	float: right;
	width: 150px;
	padding: 30px 50px;
	color: #cccccc;
	text-align: right;
}
#kontaktdaten a, #kontaktdaten a.maillink {
	color: #cccccc;
	text-decoration: none;
}
#kontaktdaten a:hover {
	color: white;
	text-decoration: underline;
}

.copyright {
	float: right;
	width: 480px;
	padding-right: 50px;
	text-align: right;
	font-size: 10px;
	color: #79afe2;
}