/* allgemeine Formatierungen */
* {
	margin:0px;
	padding:0px;
}

a link visited hover active {
	text-decoration:none;
	border:0px;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:16px;
	}

h3 {
	font-size:14px;
}

/* hintergrundbild für die startseite */
#body-startseite {
	background-color:#0096c8;
	background-image: url(img/body-bg-index.png);
	background-repeat: repeat-y;
}

/* hintergrundbild für die seiten, die auf der linken seite text haben */
#body-left {
	background-image: url(img/body-bg-left.png);
	background-repeat: repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* hintergrundbild für die seiten, die auf der rechten seite text haben */
#body-right {
	background-image: url(img/body-bg-right.png);
	background-repeat: repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* header startseite */
#index-top {
	background-color:#0096c8;
	height:148px;
	margin-left:98px;
	border-bottom:2px solid white;
}

/* header folgeseiten */
#top {
	background-color:#0096c8;
	height:119px;
	border-bottom: 2px solid white;
	margin-bottom:-0px;
}

/* bereich über dem logo als hyperlink- block definiert */
.index-link {
	position:absolute;
	left:150px;
	top:170px;
	display:block;
	width:380px;
	height:120px;
}

/* contentbereich startseite */
#index-main {
	background-image: url(img/hintergrundbild-index.jpg);
	background-repeat: no-repeat;
	background-position: 100px 1px;
	border:0px solid black;
	height:890px;
}

/* die menuleiste */
#menu1{
	margin-left:98px;
	border-left:2px solid white;
	border-right:2px solid white;
	float:left;
	border-bottom:0px solid white;
}

#menu2{
	float:left;
	border-right:2px solid white;
	border-bottom:0px solid white;
}

#menu3{
	float:left;
	border-right:2px solid white;
	border-bottom:0px solid white;
}

#menu4{
	float:left;
	border-right:2px solid white;
	border-bottom:0px solid white;
}

#menu5{
	float:left;
	border-right:2px solid white;
	border-bottom:0px solid white;
}
#menuright {
	background-color:#0096c8;
	height:29px;
	border-bottom:0px solid white;
}

/* klasse für die menuleiste */
a.menuline {width:146px; height:22px; display:block; border-style:solid; border-width:1px; padding-top:5px; padding-left:10px; text-decoration:none; color:white; border-color:#cc6601; font-size:12px; font-weight:bold; 
		 }
a.menuline:link    { background-color:#0096c8; }
a.menuline:visited {background-color:#0096c8; }
a.menuline:hover   {background-color:#cc6601; }
a.menuline:active  {background-color:#cc6601; } 

/* wrapper für den contentbereich */
#wrapper {
	border:0px solid black;
	clear:both;
}

/* contentbereich, mit dem content auf der linken seite */
#main-left {
	margin-left:98px;
	margin-top: -1px;
	border-left:2px solid white;
	border-top:2px solid white;
	background-image:url(img/hintergrundbild-content-left.jpg);
	background-repeat:no-repeat;
	min-height:890px;
}

/* contentbereich für gabriela.html */
#main-gabriela {
	margin-left:98px;
	margin-top: -1px;
	border-left:2px solid white;
	border-top:2px solid white;
	background-image:url(img/hintergrundbild-content-left.jpg);
	background-repeat:no-repeat;
	min-height:890px;
}

/* contentbereich, mit dem content auf der rechten seite */
#main-right {
	margin-left:98px;
	margin-top: -1px;
	border-left:2px solid white;
	border-top:2px solid white;
	background-image:url(img/hintergrundbild-content-right.jpg);
	background-repeat:no-repeat;
	min-height:890px;
}

/* formatierung des textes auf der linken seite */
.title-left {
	margin-top:50px;
	margin-left:30px;
	width:420px;
}

.text-left {
	margin-top:20px;
	margin-left:30px;
	width:420px;
}

#main-left ul {
	margin-left:60px;
	margin-top: 10px;
	width: 390px;
}

/* formatierung des textes auf der rechten seite */
.title-right {
	margin-top:50px;
	margin-left:350px;
	width:420px;
}

.text-right {
	margin-top:20px;
	margin-left:350px;
	width:420px;
}

#main-right ul {
	margin-left:380px;
	margin-top: 10px;
	width: 390px;
}

/* formatierung des textes für gabriela.html */
.gabriela-title {
	margin-top:-190px;
	margin-left:200px;
	width:250px;
}

.gabriela-text {
	margin-top:20px;
	margin-left:200px;
	width:250px;
}

#main-gabriela ul {
	margin-left:230px;
	margin-top: 10px;
	width:220px;
}

/* formatierung des kontaktformulars */
#kontaktformular {
	margin-top: 20px;
	margin-left:350px;
	font-weight:bold;
}

#kontaktformular tr {
	height:25px;
}

.formular-format {
	border:1px solid #cc6601;
	color:black;
	width:250px;
	background-color:#ddf1fa;
}

/* formatierung der links */
#linkliste {
	list-style-type:none;
}

#linkliste li {
	margin-bottom:10px;
}

#linkliste a:link {
	text-decoration:none;
	color:black;
	font-weight:bold;
}
#linkliste a:visited {
	text-decoration:none;
	color:black;
	font-weight:bold;
}
#linkliste a:hover {
	text-decoration:none;
	color:black;
	font-weight:bold;
}
#linkliste a:active {
	text-decoration:none;
	color:black;
	font-weight:bold;
}
