﻿/** BASIC */


body {
	margin: 0px;
	padding: 0px;
	background: #444 url(images/bg.gif) repeat-y center top;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
}

.symbols {
    FONT-SIZE: 30px; BACKGROUND: #63B6DE; COLOR: #f1f1f1; FONT-FAMILY: wingdings; TEXT-ALIGN: center;
	margin-left: 20px;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #00B0D0;
	font-weight: bold;
}
h1 {
/*	text-transform: lowercase;*/
	font-size: 16px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
}

div.message
{
 margin:0 5px 0 0;
}

.text1 {
	font-size: 14px;
}

a {
	/*font-weight: bold;*/
	color:  #00B0D0;
}

a:hover {
	text-decoration: none;
	color:  #555;
}


/*STATUS*/
.error,
.warning ,
.info
  { text-align:left; vertical-align:middle; padding: 0.2em; margin: 0 0 0.5em 0; 
 -moz-border-radius: 4px;
 -webkit-border-bottom-left-radius: 4px 4px;
 -webkit-border-bottom-right-radius: 4px 4px;
 -webkit-border-top-left-radius: 4px 4px;
 -webkit-border-top-right-radius: 4px 4px;
}
.error img  { vertical-align:middle; }
.warning img  { vertical-align:middle; }
.info img  { vertical-align:middle; }
.error { background-color: #fee; border: 1px #fcc solid;}
.warning { background-color: #eef; border: 1px #ccf solid;}
.info       { background-color: #eef; border: 1px #ccf solid;}
.redboldtext { COLOR:#CC0000; font-weight: bold; font-family: Verdana;}
.block75 { width:75px;display:block; float:left; clear:left;}
.block75 img{ vertical-align:middle; }



/* Ungeordnete Listen ohne Listenpunkt */ 
ul.linklist { list-style-type: none; margin: 0 0 2px 0px; padding: 0; }
ul.linklist li { margin: 0 0 2px 0px; padding: 2px 0 2px 5px; }
ul.linklist li img { vertical-align:middle; }
ul.linklist li a { padding: 0 0 0 5px; }



fieldset { 
 border: 1px solid #AAA;
 -moz-border-radius: 4px;
 -webkit-border-bottom-left-radius: 4px 4px;
 -webkit-border-bottom-right-radius: 4px 4px;
 -webkit-border-top-left-radius: 4px 4px;
 -webkit-border-top-right-radius: 4px 4px;
}




legend {
  padding: 0.2em 0.5em;
  border: 0px solid #AAA;
/*  border-bottom: 1px solid #AAA;*/
  color: #AAA;
  font-size:90%;
  text-align:right;
  }

.red
{
	color: red;
}
.bold
{ 
     font-weight: bold;
}

.clear{
 clear:both;
 margin: 0px 0px 0px 0px;
}
.center{
  text-align: center;
  margin: 0px 0px 0px 0px;
}
.left{
  text-align: left;
  margin: 0px 0px 0px 0px;
}
.right{
  text-align: right;
  margin: 0px 0px 0px 0px;
}

.middle{
   vertical-align: middle;
}

.img_profil {
/*	float: left;*/
	margin: 4px 15px 0px 0px;
	border: 5px solid #555;
}

img.smiley {
  #vertical-align: middle;
}

.img_border
{
   border: 1px solid #AAA;
   padding:0px;
   margin: 0px;
   float: left;
}

.img_m {
        width:260px;height:320px;
        background-repeat:no-repeat;
        background-position: center;
		background-position-x: 50%;
		background-position-y: 20%;
        padding:0px;
	margin: 4px 5px 0px 0px;
	border: 1px solid #AAA;
}


.img_s {
	float: left;
        width:130px;height:130px;
        background-repeat:no-repeat;
/*        background-position:center;*/
        background-position: bottom 50%;
        padding:0px;
	margin: 0px;
	border: 0px solid #555;
}
.img_os {
	float: left;
        width:140px;
	height:200px;
        padding:0px;
	margin: 0 5px 10px 0px;
	border: 0px solid #555;
}






.imgpreview {
	float: left;
	margin: 4px 5px 0px 0px;
	border-left: 10px solid #EF0000;
}
.imgpreview:hover {
	border-left: 10px solid #30B0D0;
}


/** HEADER */

#header {
	width: 770px;
        height: 200px;
	margin: 0px auto;
	padding: 0px;
}

#header h1 {
	margin: 0px;
	padding: 130px 20px 0px 20px;
}

#header h2 {
	margin: 0px;
	font-size: 14px;
}


.icon {
	height: 16px !important;
	text-indent:-1000em;
	width:16px;
	padding: 0;
	margin-top: 2px;
	overflow: hidden;
}

.icon_home
{
	background:url(images/IconHome.gif) no-repeat 0 0;
}

.icon_home:hover
{
	background-position: 0 -16px;
}

.castle {
	background: #FFFFFF url(banner/castle.jpg) repeat-x left top;
}
.castle:hover {
	background: #FFFFFF url(banner/castle.jpg) repeat-x left top;
        background-repeat:no-repeat;
	background-position:0px -200px;
}
.building {
	background: #FFFFFF url(banner/building.jpg) repeat-x left top;
}
.building:hover {
	background: #FFFFFF url(banner/building.jpg) repeat-x left top;
        background-repeat:no-repeat;
	background-position:0px -200px;
}
.park {
	background: #FFFFFF url(banner/park.jpg) repeat-x left top;
}
.park:hover {
	background: #FFFFFF url(banner/park.jpg) repeat-x left top;
        background-repeat:no-repeat;
	background-position:0px -200px;
}
.models {
	background: #FFFFFF url(banner/models.jpg) repeat-x left top;
}
.models:hover {
	background: #FFFFFF url(banner/models.jpg) repeat-x left top;
    background-repeat:no-repeat;
	background-position:0px -200px;
}


#msg
{
text-align: center; /*set to left, center, or right to align the menu as desired*/
}


/** CONTENT */

#content {
	clear: both;
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 140%;
}

#left {
	float: left;
	width: 170px;
	padding: 0px 20px 40px 20px;
}

#right {
	float: right;
	width: 520px;
	padding: 0px 20px 40px 20px;
}

#middle {
	clear: both;
	width: 520px;
	padding: 0px;
}

#colA {
	float: left;
	width: 230px;
	padding: 0px 20px 0px 0px;
}

#colB {
	float: right;
	width: 230px;
	padding: 0px 0px 0px 0px;
}

#col30 {
	float: left;
	width: 200px;
	padding: 0px 20px 0px 0px;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#col70 {
	float: right;
	width: 280px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}


#col100 {
	float: left;
	width: 520px;
	margin: 10px;
	padding: 0px 0px 0px 10px;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	border: 1px #ccc solid;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	-moz-border-radius: 4px;
        -webkit-border-radius: 4px;
}


#login {
        float: right;
	width: 200px;
	height: 30px;
	padding: 5px 5px 0px 0px;
        margin: 0px 0px 0px 0px;
        border-bottom: 5px solid #63B6DE;
}

/* ######################################################################################################
** ### Formulare & Tabellen #############################################################################
** ######################################################################################################
*/

table { border-collapse:collapse; width: 100%; margin-bottom: 0.5em; }

form {overflow:hidden;}

input, textarea {
    width: auto;
    font: 1em Verdana, Arial, Helvetica, Sans-Serif;
    border: 1px #ccc solid;
    background: #fafafa;
    padding: 3px;
    color: #777;
    -moz-border-radius:7px;
}

input[type=text]:focus, textarea:focus {
	background: #f0f0f0;
	color: #333;
	border-color: #666;
        -moz-border-radius:7px;
}

/*Für die mittlere Positionierung.*/
input { vertical-align:middle ; }


label 
{ 
width:50%; color:#666; font-size:1em; margin:0 3px 3px 0; padding:0; line-height:1.5em;  display:block; float:left; clear:left;
}


.raw 
{	
width:170px;	
margin:2px 0px 0px 0px;	
display:block;
float:left;	
height:12px;
font-family:courier;	
font-size:12px;	
line-height:1em;
}

#btnSearch 
{	
margin:2px 0px 0px 0px;	
padding:0px;
border:0px;	
display:block;	
float:left;	
}	

/** FOOTER */

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	border-top: 5px solid #63B6DE;
	background: #FFFFFF;
}

#footer p {
	margin: 0px;
	padding: 20px 10px 0px 20px;
        text-align: center; /*set to left, center, or right to align the menu as desired*/
}

#border-top {
	clear:both;
	border-top: 2px solid #AAA; /*#63B6DE*/
}





/*-----------MENU-----------------*/

#menu{
/*padding: 0;*/
margin: 0px auto;
width: 770px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
top:180px;
}

#menu ul{
font: bold 11px Arial;
margin: 0px auto;
margin-left: 20px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#menu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#menu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: #60B0E0; /*Default menu color*/
border-top: 1px solid white;

 -webkit-border-bottom-left-radius: 4px 4px;
 -webkit-border-bottom-right-radius: 4px 4px;
}

#menu a:hover{
background-color: #555; /*Menu hover bgcolor*/ /*#60B0E0*/
}

#menu #current a{ /*currently selected tab*/
background-color: #555; /*Brown color theme*/ 
border-color: #555; /*Brown color theme*/ 
}

#menuline{
clear: both;
padding: 0;
margin: 0px auto;
width: 770px;
height: 5px;
line-height: 10px;
background: #555; /*Brown color theme*/ 
}


#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
padding: 0;
padding-right: 5px;
}

#myform .textinput{
width:70px;	
margin:2px 0px 0px 4px;	
display:block;
float:left;	
height:12px;
font-family:courier;	
font-size:12px;	
line-height:1em;
}

#myform .submit{
font: bold 10px Verdana;
height: 22px;
background-color: lightyellow;
}



/*----------SUBMENU-------------*/
.submenu {
border-bottom: 1px solid #AAA;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 5px;
margin-left: 210px;
}

.submenu ul{
padding: 3px 0px;
padding-left: 20px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0px;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.submenu li{
display: inline;
margin: 0;
}

.submenu li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #AAA;
color: #202020;
background: white url(media/shade.gif) top left repeat-x;
border-bottom-color: white;
top: 1px;
border-bottom:0px;
padding-bottom: 4px;
 -webkit-border-top-left-radius: 4px 4px;
 -webkit-border-top-right-radius: 4px 4px;

}

.submenu li a:visited{
color: #202020;
}

.submenu li a:hover{
text-decoration: none;
color: #FFFFFF;
background-color: #60B0E0;
}

.submenu li.selected{
position: relative;
top: 1px;
}

.submenu li.selected a{ /*selected main tab style */
background-image: url(media/shadeactive.gif);
border-bottom-color: #FFFFFF;
background-color: #FFFFFF;
color: #202020;
}

.submenu li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/*----------SUBMENU-------------*/



#formular { margin:0 auto; padding:0; width:100%; }
/* start style formular */
/*form { margin:0; padding:0;}*/
.fieldset {width:400px; border:1px solid #999; padding:10px; margin:5px; text-align:left;}
.fieldset:hover {border-color:#333;}
.fieldset#checkbox input  {width:35px;}
legend { color:#666; padding:5px; margin:5px; background:none; /*font-weight:bold; font-size:1.1em;*/}
label { width:120px; color:#666; font-size:1em; margin:0 3px 3px 0; padding:0; line-height:1.5em;  display:block; float:left; clear:left;}
input {border:1px solid #666; padding-left:0.3em; margin-bottom:0.6em;  background:#fff;}
input:focus {border-color:#900;}
.class240{width:240px;}
.class120{width:120px;}

select {border:1px solid #666; padding-left:0.3em; margin-bottom:0.6em; background:#fff; width:120px;}
option {color:#000;}
textarea { border:1px solid #666;}
textarea:focus {border-color:#900;}
.zip {width:50px;}
.city {width:180px;}

.day {width:50px;}
.month {width:100px;}
.year {width:80px;}
.checkbox {width:35px;}

/*
.button {width:400px; background:#666; border:1px solid; border-color:#999 #333 #333 #999; color:#fff; cursor:pointer; padding:0; margin:0;}
.button:hover {background:#900; color:#fff; border:1px solid; border-color:#c00 #990100 #990100 #c00;}
*/
/* ende style formular */





