/* 
DIE DOMPTEURE
www.xxx.de
Start: 
Letzte Aenderung: 
*/

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

html {
	font-size: 75%;
}

body {
	background: transparent url(../img/bg_main.jpg) repeat;
	font: 1em/1.4em Georgia, Lucia, Tahoma, Geneva, serif;	
	color: #fff;
	text-align: left;
	letter-spacing: 0.045em;
	word-spacing: 0.1em;
}

html>body {
	font-size: 12px;
}

#navigation, #content, #sidebar, #footer {
	text-align: left;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.small {
	font-size: 0.8em;
}

#footer .small {
  line-height: 1.2em;
  font-size: 1em;
}

.italic {
  font-style: italic;
}

.big {
	font-size: 1.4em;
}

.clear {
	clear: both;
}

.left {
	float: left;
	margin: 0 0 0 0;
}

.right {
	float: right;
	margin: 0 0 0 0.5em;
}

.center {
  text-align: center;
}

.hide {
  visibility: hidden;
  font-size: 0px;
  text-indent: -9000px;  
}

.hide img {
  height: 1px;
  width: 1px;
}

/* Text */

p {
	/*font: 1.1em/1.5em Arial, Tahoma, Verdana, sans-serif;*/
	font-size:1.1em;
	margin: 0.7em 0 0.5em 0;
	clear: both;

}

h1 {
  font-size: 1.4em;
  margin: 0 0 0.8em 0;
  letter-spacing: 0.05em;
  line-height: 1.4em;
}

h2 {
  font-size: 1.3em;
  margin: 0 0 0.6em 0;
  letter-spacing: 0.05em;
}

h3 {
  font-size: 1.0em;
  margin: 0 0 0.4em 0;
}

h4 {
}

img, a img {
	border: 0;
}

ul, li {
	list-style-type: none;
}

ul {
	margin: 0;
}

ul li {
	padding: 0 0 0 0;
}

/* Layout */

#logo {
  position: absolute;
  left: 165px;
}

#wrapper {
  clear: both;
  width: 1004px;
  background: url(../img/ornaments2.jpg) no-repeat right bottom;
  /*margin: 0 auto 0 auto;*/
  margin:0 0 0 0;
  padding: 0 0 1px 0;
}

#header {
  height: 180px;
  /*width: 970px;*/
  width: 1004px;
  clear: both;
  background: url(../img/headerornaments.jpg) no-repeat right bottom;
}

#navigation {
	
}

ul#navigation, ul#navigation li,
ul#subnavigation, ul#subnavigation li {
  list-style-position:inherit;
  list-style-type:none;
}

ul#navigation {
  width: 458px;
  height: 21px;
  left: 484px;
  top: 132px;
  position: relative;
  background: transparent;
  margin: 0;
  overflow: hidden;
  list-style-type: none;
}

ul#navigation:hover {
  background: transparent url() 100% 20px no-repeat;
}

#navigation li {
  float: left;
  padding: 0 28px 0 0;
  font-family: Arial, Helvetica, Geneva, sans-serif;
}

ul#navigation li a {
  display: block;
  float: left;
  height: 21px;
  margin: 0;
  background: url(../img/navi_2.gif) no-repeat;
  overflow: hidden;
  text-indent: -9000px;
  text-decoration: none;
}

#navigation li a:visited {

}

#navigation li a:hover {

}

ul#navigation li#wel a {
  width: 104px;
  background-position: 0 -21px;
}

ul#navigation li#wel.active a, ul#navigation li#wel a:hover {
  background-position: 0 0px;
}

ul#navigation li#woh a {
  width: 68px;
  background-position: -104px -21px;
}

ul#navigation li#woh.active a, ul#navigation li#woh a:hover {
  background-position: -104px 0px;
}

ul#navigation li#umg a {
  width: 90px;
  background-position: -172px -21px;
}

ul#navigation li#umg.active a, ul#navigation li#umg a:hover {
  background-position: -172px 0px;
}

ul#navigation li#kon a {
  width: 74px;
  background-position: -262px -21px;
}

ul#navigation li#kon.active a, ul#navigation li#kon a:hover {
  background-position: -262px 0px;
}

#leftbar {
  float: left;
  /*width:165px;*/
  width:135px;  
  height: 220px;
  margin: 0;
  padding: 1em 0 0.5em 20px;
  margin: 0 11px 0 0;
  background-color: transparent;
  text-align: right;
  position: relative;
}

#leftbar .subn1 {
  clear: left;
}

#leftbar .subn2 {
  margin-top: -4px;  
}

#leftbar #langswitch {
  position: absolute; /*bottom: 5px;*/ right: 0px;
  clear: left; display: block;
  height: 32px; width: 32px;
}

#leftbar #langswitch span {
  display: none;
}

#leftbar #langswitch.en {
  background: url(../img/lang_en.png) no-repeat;
}

#leftbar #langswitch.de {
  background: url(../img/lang_de.png) no-repeat;
}

#main {
  width: 100%;
  height: 404px;
  min-height: 404px;
  background: url(../img/ornaments3.jpg) no-repeat right top;
}

#maincontent {
  float: left;
  width: 772px;
  height: 404px;
  min-height: 404px;
  margin: 0 0 0 2px;
  padding: 0;
  background: url(../img/bg_sub.jpg) repeat;
}

html>body #maincontent {
	height: auto;
	min-height: 404px;
}

html>body #main {
	height: auto;
	min-height: 404px;
}

#content {
  float:left;
  width: 346px;
  padding: 15px 15px 5px 20px;
  margin: 0 0 1px 1px;
  overflow: auto;
}

#content a:link, #content a:visited {
  color: #d6dd82;  
  font-weight: bold;
}

#content a:hover {
  
}

#content ul {
  font-size: 1.1em;
  margin: 0.8em 0 0 1.9em;
}



#content ul, li {
	list-style-type: circle;
  list-style-position: outside;
}

#content ul li {
	padding: 0.6em 0 0 0;
	font-size: 1.1em;
}


#sidebar {
  float: left;
  width: 389px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#sidebar.empty {
  height:100%; 
  width:370px; 
  padding: 15px 15px 5px 0;
  margin: 0 0 0 0;
}

#sidebar .pics {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

#sidebar .pics img{
  width: 150px; height: 100px;
  margin: 5px 5px 5px 5px;	
}
#sidebar .pics a {

}

#sidebar .pics a:hover {

}

ul#subnavigation {
  background: transparent;
  overflow: hidden;
  list-style-type: none;
  margin: 20px 0 0 5px;
}

ul#subnavigation li a {
  display: block;
  height: 25px;
  margin: 0;
  background: url(../img/sub_news.gif) no-repeat;
  width: 125px;
  background-position: 0 0;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  text-indent: -9000px;
  text-decoration: none;
}

ul#subnavigation li a:hover, ul#subnavigation li#news.active a{
  background-position: 0 -25px;
}

#footer {
	clear: both;
	width: 1006px;
	height: 64px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	color: #d6dd82;
}

#footer p {
  padding: 5px 0 0 80px;
  margin: 0;
}

#footer a:link, #footer a:visited {
  	color: #d6dd82;
  font-weight: bold;
}

/* Formulare */
form {
  padding: 40px 0 0 0;
}

input, textarea {
	border: 1px solid #aaa;
	font: 1em/1.5em Arial, Helvetica, Geneva, sans-serif !important;
	color: #000;
	float:left;
	padding:4px 2px;
	width:180px;
	margin:2px 0 8px 10px;
}

button {
  clear:both;
  margin-left:150px;
  width:120px;

  text-align:center;
  line-height:31px;
  font-size:11px;
  font-weight:bold;
}

input, select {

}

input:hover, textarea:hover {
	border: 1px solid #111;
}

fieldset {
	border: 1px solid #aaa;
	padding: 10px;
	clear: both;
}

legend {
	font-weight: bold;
	padding: 0 10px;
}

label{
  display:block;
  font-weight:bold;
  text-align:right;
  width:140px;
  float:left;
}



