/* 

	eMedia Jungen, Webagentur - www.emediajungen.ch
 
 	Datei    : franstyle.css
 	Rechte   : Franziska Jungen, eMedia Jungen
 	Erstellt : Dezember 2010

*/


* {
	margin: 0;
	padding: 0;
}

html[xmlns^="http"] {
	overflow-y: scroll;
}
html {
	background: #484c4d url(images/background.jpg) center top repeat;
}
body {
	background: transparent url(images/bg_header.png) repeat-x top center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	
}
h1 {
	font-size: 18px;
	padding-bottom: 12px;
}
h2 {
	font-size: 16px;
}
p {
	padding-bottom: 12px;
	line-height: 18px;
}
td {
	line-height: 18px;
}
a {
	color: #2d241a;
	background: url(images/bg_link.gif) repeat-x;
	text-decoration: none;
}
#container {
	width: 1120px;
	margin: 0 auto;
	background: url(images/bg_top.png) no-repeat center top;
	position: relative;
}
#webcontainer {
	width: 888px;
	padding-top: 115px;
	margin: 0 auto;
	background: url(images/bg_webcontainer.jpg) no-repeat center top;
	height: 449px; /*564*/
}
#header {
	height: 115px;
	width: 1130px;
}
/* HAUPTNAVIGATION */
#navigation {
	position: absolute;
	width: 614px;
	height: 114px;
	top: 0px;
	left: 386px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#navigation .nav li {
	position: absolute;
	list-style: none;
}
#navigation .nav li a {
	display: block;
	/*width: 140px;*/
	height: 57px;
	text-indent: -9999px;
}
 
#navigation .nav li.person { left: 0px; top: 18px; }
#navigation .nav li.person a { background:url(images/navi_person.png) no-repeat 0 -57px; width: 123px; }
#navigation .nav li.person a:hover, #navigation .nav li.person a.aktiv { background:url(images/navi_person.png) no-repeat; }

#navigation .nav li.fotogalerie { left: 123px; top: 18px; }
#navigation .nav li.fotogalerie a { background:url(images/navi_fotogalerie.png) no-repeat 0 -57px; width: 202px; }
#navigation .nav li.fotogalerie a:hover, #navigation .nav li.fotogalerie a.aktiv { background:url(images/navi_fotogalerie.png) no-repeat; }
  
#navigation .nav li.webart { left: 325px; top: 18px; }
#navigation .nav li.webart a { background:url(images/navi_webart.png) no-repeat 0 -57px; width: 153px; }
#navigation .nav li.webart a:hover, #navigation .nav li.webart a.aktiv { background:url(images/navi_webart.png) no-repeat; }
 
#navigation .nav li.blog { left: 478px; top: 18px; }
#navigation .nav li.blog a { background:url(images/navi_blog.png) no-repeat 0 -57px; width: 136px; }
#navigation .nav li.blog a:hover, #navigation .nav li.blog a.aktiv { background:url(images/navi_blog.png) no-repeat; }
 
#fotosStart {
	position: absolute;
	top: 115px;
	left: 199px;
}
#startNews {
	position: absolute;
	top: 433px;
	left: 636px;
}
#startNews p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	color: #7e7e7e;
}
#startNews p.datum {
	color: #fe47b0;
	padding-bottom: 5px;
}
#footer {
	background: url(images/bg_footer.png) no-repeat;
	width: 968px;
	margin: 0 auto;
	height: 270px;
	position: relative;
}

#twitter {
	width: 240px;
	height: 85px;
	overflow: hidden;
	float: left;
	position: relative;
	top: 82px;
	left: 410px;
}
#twitter .twtr-hd, #twitter .twtr-ft {
	display: none;
}
#twitterLink {
	position: absolute;
	top: 156px;
	left: 435px;
}

#footer ul#social {
	position: absolute;
	top: 108px;
	left: 682px;
}
#footer ul#social li {
	float: left;
	list-style-type: none;
}
#copyright {
	color: #5b5e5f;
	font-size: 11px;
  	position: absolute;
	top: 13px;
	left: 510px;
}
