@CHARSET "iso-8859-1";
/*
Farbwerte:
----------
blau     = 004495
fuchsia  = d93d96
hellgrau = f0f0f0
schrift  = 444
*/

/* Tag-Selektoren. */
body {
  font-family: verdana, arial, sans-serif;
  font-size: 0.85em;
  text-align: center;
  background-color: #f0f0f0;
  margin: 0px;
  padding: 0px;
}
h1 {
  font-size: 1.3em;
  margin: 0px;
}
h2 {
	color: #555;
  font-size: 1.1em;
  margin: 0px 0px 8px 0px;
  padding: 8px;
  font-weight: normal;
}
p {
  font-size: 0.8em;
  line-height:170%;
  margin: 0px;
  padding: 8px;
  color: #444;
}
a {
  color: #d93d96;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
img {
  border: 1px solid #ccc;
  margin: 0px 0px 2px 0px;
}
table {
	margin-left: 4px;
}
td {
	padding: 2px 4px;
	font-size: 0.8em;
}
ol, ul {
  line-height: 160%;
  padding: 0px;
  margin: 12px 30px;
  font-size: 0.8em;
  color: #444;
}
ul {
  list-style-type: none;
  margin: 8px;
}
input, textarea, select {
  font-family: verdana, sans-serif;
  font-size: 1em;
  line-height:150%;
}
input, textarea {
  width: 170px;
}

/* ID-Selektoren. */
#sonja-m {
  background-color: #fff;
  width: 900px;
  height: 550px;
  margin: 2% auto 2% auto;
  border: 1px solid #ccc;
}
#header {
  position: relative;
  background-image: url(../img/header_schrift.jpg);
  background-repeat: no-repeat;
  height: 50px;
  border-bottom: 1px solid #d93d96;
}
#header #beam {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #d93d96;
  height: 50px;
  width: 20px;
  border-top: 1px solid #d93d96;
}
#header h1 {
  position: absolute;
  left: 55px;
  top: 17px;
  width: 189px;
  height: 18px;
  background-image: url(../img/sonja-m_und_band.png);
  background-repeat: no-repeat;
}
#header h1 span {
  display: none;
}
#header img {
  position: absolute;
  left: 55px;
  top: 18px;
  border: 0;
}
#main {
  position: relative;
  background-image: url(../img/halbes_gesicht.jpg);
  background-repeat: no-repeat;
  background-position: 0px 56px;
  height: 430px;
  text-align: left;
  border-bottom: 1px solid #d93d96;
}

/* Hauptnavigation */
#navigation {
  position: absolute;
  left: 100px;
  top: 10px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#navigation li, #subnavigation li {
  float: left;
}
#navigation a {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 46px;
  display: block;
}
#navigation a:hover {
  background-position: 0px -46px;
}
#navigation a.home {
  background-image: url(../img/home_btn.png);
  width: 60px;
}
#navigation a.info {
  background-image: url(../img/info_btn.png);
  width: 52px;
}
#navigation a.fotos {
  background-image: url(../img/fotos_btn.png);
  width: 54px;
}
#navigation a.cd {
  background-image: url(../img/cd_btn.png);
  width: 50px;
}
#navigation a.termine {
  background-image: url(../img/termine_btn.png);
  width: 62px;
}

#navigation a span {
  display: none;
}

#content {
	position: absolute;
	top: 80px;
	left: 180px;
	width: 650px;
	height: 350px;
	overflow: auto;
	color: #555;
	border: 0px solid #333;	
}
#info1, #info2, #info3 {
  height: 300px;
  border: 1px dotted #fff;
}
#downloadinfo {
  position: absolute;
  left: 715px;
  top: 35px;
}
#cdorder {
  width: 400px;
  padding-right: 145px;
  height: 108px;
  text-align: right;
  background-image: url(../img/cd-cover_klein.jpg);
  background-repeat: no-repeat;
  background-position: right 0px;
  border-bottom: 1px solid #ccc; /* d93d96 */
}
#orderform textarea {
  height: 60px;
}
#orderbtn {
  position: absolute;
  left: 530px;
  bottom: 15px;
}

/* IDs Gästebuch. */
#showentries {
  width: 500px;
  height: 250px;
  overflow: auto;
  margin: 0px;
  padding: 0px;
}
#writeentry {
  font-size: 0.8em;
  width: 466px;
  text-align: right;
  padding: 0px;
  margin: 0px;
}
#guestbookform textarea {
  width: 250px;
  height: 160px;
}

#pagenav {
  height: 30px;
  border: 1px dotted #fff;
}
.activepage {
  color: #004495;
  text-decoration: none;
}
.inactivepage {
  color: #d93d96;
  text-decoration: underline;
}
/* Subnavigation */
#subnavigation {
  position: absolute;
  right: 15px;
  top: 8px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#subnavigation a {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 34px;
  display: block;
}
#subnavigation a:hover {
  background-position: 0px -34px;
}
#subnavigation a.gaestebuch {
  background-image: url(../img/gaestebuch_btn.png);
  width: 86px;
}
#subnavigation a.kontakt {
  background-image: url(../img/kontakt_btn.png);
  width: 74px;
}
#subnavigation a.links {
  background-image: url(../img/links_btn.png);
  width: 56px;
}
#subnavigation a.impressum {
  background-image: url(../img/impressum_btn.png);
  width: 70px;
}
#subnavigation a span {
  display: none;
}

#footer {
  position: relative;
  height: 70px;
}
.copyright {
  color: #999;
  font-size: 0.65em;
  padding-top: 48px;
}
#magenta {
  position:absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 100%;
  background-color: #d93d96;
}
#alert {
  float: left;
  display: inline;
  width: 150px;
  font-size: 0.8em;
  text-align: center;
  color: #d93d96;
  background-color: #f0f0f0;
  padding: 8px;
  margin: 4px 0px 0px 8px;
  border: 1px solid #d93d96;
}
#dates li {
	margin-bottom: 12px;
}
#dates a {
  color: #444;
}

/* Klassen-Selektoren. */
.mandatorystar {
  font-size: 0.85em;
  vertical-align: top;
}
.bigtext {
  font-size: 1.4em;
  font-weight: normal;
}
.smalltext {
  font-size: 0.9em;
  font-weight: normal;
}
.centered {
  position:absolute;
  top:50%;
  left:50%;
  margin-left: -170px;
  margin-top: -168px;
}
.btndocument, .btncdorder, .btnform {
  padding-right: 4px;
  height: 20px;
  display:block;
  color: #004495;
  font-size: 0.85em;
  text-decoration: none;
}
.btndocument {
  padding-left: 20px;
  background-image: url(../img/document_icon.gif);
  background-repeat: no-repeat;
}
.btncdorder {
  padding-left: 25px;
  background-image: url(../img/cd_icon.gif);
  background-repeat: no-repeat;  
}
.btnform {
  padding-left: 20px;
  background-image: url(../img/form_icon.gif);
  background-repeat: no-repeat;
}
.fieldnameinput {
  text-align: right;
}
.fieldnametextarea {
  vertical-align:top;
  position: relative;
  top: 6px;
}
.singlefotoblock {
  font-size: 0.8em;
  margin: 0px;
  padding: 4px;
  color: #444;
}
.error {
  color: #d93d96;
}

/* Klassen Gästebuch. */
.entry {
  padding: 6px;
  margin-bottom: 6px;
}
.entryhead, .entrybody {
  padding: 6px;
  background-color: #fff;
  margin-bottom: 6px;
  border: 1px solid #ddd;
  clear: both;
}
.entryhead {
  font-size: 0.8em;
  height: 16px;
  background-color: #f0f0f0;
  padding-top: 8px;
}
.entryname {
  float: left;
}
.entryemail {
  float: right;
  margin-right: 4px;
}
.entryemail img {
  margin-top: -3px;
  border: 0px;
}
