/* sallyarnold.com Stylesheet generell */
/* margin-left - right: auto ..  für firefox...*/
/*Farben
orange: #FF6600
pink: #FF0099
pinbk für text (etwas dunler: #dd0b89
*/

/* container */
body{
	background-color: #FFFFFF;	
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #dd0b89;
	margin: 0;
}
h1 {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #dd0b89;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#Layer1, #Layer2 {
	background-color: #ffffff;
	visibility: hidden;
	position: absolute;
	color: #dd0b89;
	top: 10px;
	left: 120px; /*width:540px; 
	height:510px; */
	text-align: justify;
	border: 3px solid #ff6600;
	padding: 10px;
	/*scrollbar-arrow-color: #FF0099;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FF9933;
	scrollbar-shadow-color: #FFFFFFFF;
	scrollbar-track-color: #FFFFFF; */
}

/*.line {	
	border-top: 1px solid #ff6600;
	padding: 0px;
	margin: 0px;
	} */
#Bild1, #Bild2, #Bild3 {
	background-color: #ffffff;
	visibility: hidden;
	position: absolute;
	top: 170px;
	left:505px; 
	width: 300px; 
	height: 305px; 
	padding: 5px;
	 }
#Bild4, #Bild5, #Bild6 {
	background-color: #ffffff;
	visibility: hidden;
	position:absolute;
	text-align:right;
	top: 105px;
	left: 435px; 
	width: 300px; 
	height: 305px; 
	padding: 5px;
	 }
#general{
	width: 800px;
	height: 500px;	
	background-color: #FFffff;
	text-align: center;
	margin: auto auto auto auto;
	}

#topmenu{
	width: 760px;
	height: 60px;	
	background-color: #ffffff;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 10px 5px 0 5;
	}

#head{
	width: 760px;
	height: 30px;
	background-color: #ffffff;
	text-align: right;	
	vertical-align: bottom;
	margin: 0 auto 5px auto;
	padding: 0 5px 0 5px;
}
#line{
	width: 760px;
	font-size:1px;
	background: #dd0b89;
	margin: 0 auto 2px auto;
	padding: 0 5px 0 5px;
	border-top: 4px solid #dd0b89; /* nicht für start */
	border-left: 1px solid #dd0b89;
	border-right: 1px solid #dd0b89;
}

#breadcrumb{
	float: left;
	vertical-align: bottom;
	color: #FF6600;
	}
	
#main{
	width: 760px;
	height: 310px;
	color: #dd0b89;
	background-color: #ffffff;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 5px 5px 5px 5px;
	border: 1px solid #ff6600;
}

#bottommenu{
	width: 760px;
	height: 80px;
	font-size: 11px; 	
	text-align: left;
	margin: 5px auto 0 auto ;
	padding: 0 0 0 5px;
	/*clear: both; */
	}
	
#footer{
	width: 760px;
	height: 20px;
	vertical-align: top;
	text-align: right;
	border-top: 2px solid #dd0b89;
	margin: 0 auto 0 auto;
	padding: 0 5px 5px 5px;	
}

/* nur start - container in general für bgcolor = orange */ 
#start{
	position: relative;
	top: 30px;
	left: 0px;
	width: 720px;
	height: 440px;
	background-color: #ffffff;
	margin: auto auto auto auto;
}
/* für Startseite  - NICHT BENUTZT ?? */
#startimg{
	 position: relative;
	 top: 105px; 
	 height: 230px;
	 width: 230px;
	 margin: auto auto auto auto;
	 padding: 0;	 
}

#lang_img{
	position: relative;
	top: 0px;
	height: 230px;
	width: 230px;
	/*margin: auto auto auto auto;*/
	padding: 0;
	left: 0px;
}
/* container in general*/
#floatleft{
	height: 280px;
/*	width: 300px;*/
	text-align: justify;	
	margin: 0;
	padding: 5px 0px 5px 0px;
	float: left;
}

#floatcenter{
	height: 280px;
/*	width: 150px;*/
	text-align: justify;	
	margin: 0;	
	padding: 5px 10px 5px 10px;
	float: left;	
	}
	
#floatright{
	height: 280px;
	text-align: justify;
	margin: 0;
	padding: 5px 0px 5px 0px;
	overflow: hidden;
	float: right;
	/*left: 704px;*/
	}
.leftalign{
	text-align:left;
}
.rightalign{
	text-align:right;
}
form, td {
	font-size:11px;
}

/*MENUs, LINKs*/
#bottommenu ul  {
	margin: 0px 0px 0px 0px;
	padding: 0px;	
	text-align: left;	
	}

#bottommenu ul li {
	display: inline;
	list-style: none;
	float: left;
	width: 107px;
	margin: 0px;
	padding: 0px ;
}

#bottommenu ul li ul {
	visibility: hidden;
	display: block;
	margin-top: 6px;
	line-height: 12px
}

#bottommenu ul li ul li {
	padding: 0px;
	margin: 0px;
}

#bottommenu ul li a {
	display: block;
	color: #dd0b89;
	text-decoration: none;
	margin: 0;
	padding: 0 0 0 0;
}
#bottommenu ul li a:hover {
	color: #ff6600;
	font-size:11px;
}

/* generell links - z.B. Startseite*/
a {
color: #dd0b89;
	font-size:11px;
	/*font-weight: bold;*/
	text-decoration: none;
}

a:hover { 
	color: #FF6600;
	font-size:11px;
/*  	font-weight: bold;*/ 
}

a.white, a.white:hover{
	color:#FFFFFF;
	font-size:11px;}	

#head a {
	font-size: 20px;
	color: #ff6600;
}
#head a:hover {
	color: #dd0b89;
}
h1 a, a:hover {
	font-size:12px;}

#breadcrumb a {
	font-size:11px;
}
#topmenu a, a:hover {	
	font-size:9px;
	}
#footer a, a:hover {
	font-size: 9px;
}

#main a, a:hover {
	font-size: 11px;
}

