/* CSS Dokument von ursulakuenzi.ch, Version Sept 2011 */

* {
	padding: 0;
	margin:0;
} /* reset Befehl um margin und padding auf null zu setzen*/

img {
	border: none;/* wird bei allen Images als link kein blauer rand zeigen*/
	background-color:#FFF;
	} 

body {
	background-color: #5c6665;
	color:#Fffdf6;
	font: normal normal 500 0.9em/1.4em verdana, helvetica, arial, sans-serif;
}

h3{
	font-size:100%;
	font-variant:small-caps;
	margin-bottom: 0.8em;
}
	
a {text-decoration: none; /*Unterstreichung der Links entfernen*/
} 

#wrapper {
	width: 960px;
	height: 750px;
	background-color: #65706f;
	margin: 10px auto; /* Einmittung des wrappers auf dem Bildschirm*/
	border: solid 1px #736a63;
}

#header {
	width:960px;
	height:95px;
	font-size:30px;
	}

#header p{
	text-align:right;  /*rechts ausrichten*/
	line-height:40px;
	font-family: 'Carme', sans-serif;
	font-variant:small-caps;
	margin-right:60px;
	}

#header a{
	color:#Fffdf6;
}

/* Navigation */

#navi {
	width: 175px;
	float: left;
}

#navi ul {
	margin:0;
	list-style-type: none;/*nur in der Navigation ohne Aufzählpunkte*/
	padding:0;
	
}

#navi a {
	text-decoration:none;
	color:#bfd4d1;
	font-variant:small-caps;
	margin-left: 25px;
	padding: 5px;
	font-size: 85%;
}

#navi a:hover {
	color:#Fffdf6;
	font-size: 90%;
	}

#unternavi {
	width: 200px;
	float: left;
}

#unternavi ul {
	list-style-type: none;/*nur in der Navigation ohne Aufzählpunkte*/
}

#unternavi a {
	text-decoration:none;
	color:#bfd4d1;
	font-size: 70%;
}

#unternavi a:hover {
	font-size: 75%;
	color:#Fffdf6;
	}


#unterunternavi {
	width: 550px;
	float: left;
}

#unterunternavi li {
	display:inline;
	list-style-type: none;/*nur in der Navigation ohne Aufzählpunkte*/
}

#unterunternavi a {
	text-decoration:none;
	font-size: 70%;
	color:#bfd4d1;
}

#unterunternavi a:hover {
	color:#Fffdf6;
	}

.aktiv {
	font-weight:800;
	color:#Fffdf6;	
	}

#text {
	width:475px;
	float: right;
	min-height:330px;
	margin-top: 35px;
	padding-right: 40px;
	font-size: 80%
}

#text ul {
	margin:0;
	list-style-type: none;/*nur in der Navigation ohne Aufzählpunkte*/
	padding:0;
	
}

#text li {margin-bottom: 10px; line-height: 15px;}


#content {
	clear:both;	
	width:400px;
	float: left;
	min-height:400px;
	margin-top: 35px;
	font-size: 75%;
}

#content p{
	margin-left:25px;
	}

#content h3{
	margin-left:25px;
	}

#galerie {
	clear:both;	
	width: 320px;
	float: left;
	min-height:383px;
	margin: 25px 0 0 5px;
	padding:5px;
	
}

#vorschau {
	width:580px;
	float: right;
	min-height:383px;
	margin: 25px 15px 20px 25px;
}

#vorschau img{
	padding: 3px;
	margin: 8px 5px 8px 0;
	border: solid 1px #EBEBEB;
	background-color:#65706F;
	} 

#vorschau a{
	color:#Fffdf6;
}

.rahmen {
	border: solid 1px #EBEBEB;
padding:2px;
margin:0 10px 20px 0; 
}

#footer {
	width:935px;
	height:50px;
	padding-left: 25px;
	clear:both;
	font-size: 80%;
	color:#aabcba;
	font-variant:small-caps;
	line-height: 15px;
	}
	
	#footer p{
		display:inline;
	}
	
	#footer a{
	text-decoration:none;
	color:#bfd4d1;
	}
	
h5 {
	margin: 0 25px;
	text-align:right;  /*rechts ausrichten*/
	font-size:80%;
	}


/* SLIMBOX */

fieldset {
	border-color:#aabcba;
	border-style:double;
}
legend {
	font-weight:bold;
	font-variant: small-caps;
}

label {
	font-size: 80%;
	display:block;
	float:left;
	width: 100px;
	height: 25px;
	margin-right: 10px;
	text-align:right;
}
form br {
	clear:left;
}

input {
	border:1px dashed #aabcba;
-webkit-border-radius:.5em;
-moz-border-radius:.5em;
}

input[type="submit"]{
	width: 75px;
	background-color:#aabcba;
	font-weight:700;
	color:#FFF;
}


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 5px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
