@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	font-size: 1em;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
}

html {
	font-size: 100.01%;
	height: 100%;
}

body {
	background: #555 url('../images/bg_body.jpg') repeat-y center top;
	font: normal 1em/1em "Trebuchet MS", Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #c2c2c2;
	height: 100%;
}

a:link, a:visited {
	color: #CD9D76;
}
a:hover, a:active {
	color: #fff;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	margin-top: 1.5em;
	font-size: 1em;
	font-weight: bold;
}


p {
	margin: 1em 0 0 0;
}

.minisep {
	margin: 0.1em 0 0 0;
}

.smallsep {
	margin: 0.5em 0 0 0;
}

.middlesep {
	margin: 2em 0 0 0;
}

.largesep {
	margin: 4.0em 0 0 0;
}

.largersep {
	margin: 6.0em 0 0 0;
}

.hugesep {
	margin: 8.0em 0 0 0;
}

.giantsep {
	margin: 20.0em 0 0 0;
}

address {
	margin-top: 1em;
	}

.nowrap {
	white-space: nowrap;
}

strong {
	font-weight: bold;
}

/* structure */
#outer-container {
	background: #333 ;
	margin: 0 auto;
	width: 960px;
	min-height: 100%;
}

* html #outer-container {
	height: 100%;
}

/* header */
#header {
	text-align: right;
	width: 95%;
	padding: 4em 5% 2em 0;
}

/* navigation */
#navigation {
	width: 100%;
	min-height: 2em;
	background: #333;
	text-align: right;
	border-top: 1px solid #CD9D76;
	border-bottom: 1px solid #fff;
}

#navigation li, #footer li {
	float: right;
	height: 2em;
	line-height: 2em;
	padding: 0 1em 0 1em;
}

#navigation li.current {
	background: url('../images/bg_navi_li.jpg') repeat-x top;
}


#content-container {
	min-height: 400px;
	background: #4E4A47 url('../images/bg_content.jpg') no-repeat bottom right;
	font-size: 0.8em;
}

* html #content-container {
	height: 400px;
}

/* flash */
#image {
	float: left;
	margin-right: 1em;
	border-right: 3px solid #333;
}

object, img {
	vertical-align: bottom;
}

.intro {
	width: 960px;
	height: 400px;
}

.home {
	background: url('../diashows/homepix/home1.jpg') no-repeat;
}

.team {
	background: url('../images/bg_team.jpg') no-repeat;
}

.brillen {
	background: url('../images/bg_brillen.jpg') no-repeat;
	width: 500px;
	height: 400px;
}

.optik-simon {
	background: #000 url('../images/bg_kontakt.jpg') no-repeat left 12px;
	width: 500px;
	height: 387px;
	padding-top: 12px;
}

/* content */
#content {
	padding: 10em 1em 0 1em;
}

.small {
	margin-left: 768px;
}

.middle {
	margin-left: 500px;
}

#content ul {
	margin-top: 1em;
}

.unterschrift {
	font-weight: bold;
}

.tel {
	width: 3em;
	display: block;
	float: left;
}

* html .tel {
	margin-left: 3px;
	}

.kontakt {
	background: url('../images/stadtplan.jpg') no-repeat 150px 20px;
}


/* footer */
#footer {
	clear: both;
	width: 100%;
	height: 2em;
	background: #333;
	text-align: right;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #CD9D76;
	
}

#footer li.current {
	background: url('../images/bg_navi_li.jpg') repeat-x bottom;
}


