/*

Farbgebung für Gerald Schmidt Software Engineering
           text : (77,73,72)
           background : (234,245,255)
           dunkle farbe (rand oben) : (51,102,153)

*/


/*-------------        bereiche /frames     ---------------------------- */

#uhr {
	position:absolute;
	top:75px;
	left:15px;
	width:220px;
	height:30px;
	float:right;

}

#top {
	position:absolute;
	top:0px;
	left:0px;
	width:1000px;
	height:102px;
/*
	padding-bottom:-3px;
	background-color:rgb(234,245,255);
        border-bottom:solid 4px rgb(51,102,153);
*/
}

#detail {
	position:absolute;
        top:105px;
	left:154px;
	width:550px;
	padding:10px;
	background-color:rgb(234,245,255);
        border-top:solid 1px rgb(51,102,153);
}

#left {
	position:absolute;
	top:105px;
	left:3px;
	width:150px;
	height:1000px;
	background-color:rgb(222,222,222);
}

#menue {
	position:relative;
	border-top:1px solid rgb(51,102,153);
	border-bottom:1px solid rgb(51,102,153);
	border-left:1px solid rgb(51,102,153);
	border-right:1px solid rgb(51,102,153);
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
  	background-color:rgb(234,234,234);
}

#menue_leer {
	position:relative;
	border-bottom:1px solid rgb(51,102,153);
}

#bild {
	position:relative;
	float:right;
	background-color:rgb(234,234,234);
	padding:3px;
}

#bild_kd_lnk {
      	position:relative;
	left:40px;
	padding:3px;
}

/*-------------        attribute allgemein ---------------------------- */

/*------------- body */

body {
	font-family:tahoma, sans serif;
	font-size:10pt;
	color:rgb(77,73,72);
	background-color:rgb(222,222,222)
}


/*------------- überschriften */


h1 {
	font-weight:bold;
	font-size:14pt;
	margin-top:5pt;
	margin-bottom:5pt;
	margin-right:5px;
	border-bottom:solid 2px rgb(77,73,72);
}

h2 {
	font-size:12pt;
	font-weight:bold;
	margin:0pt;
}


/*------------- Links */


a {
	color:rgb(77,73,72);
}

a:visited {
	color:rgb(77,73,72);
}

a.menue {
	font-size:8pt;
	font-weight:bold;
	color:rgb(77,73,72);
  	background-color:rgb(234,234,234);
	text-decoration:none;
}


/*------------- Listen */

/*------------- datum und uhrzeit */

.uhr {
	color:rgb(77,73,72);
	font-size:8pt;
}

/*------------- bilder */

img {
     border:none;
}

img.banner {
     border-bottom:solid 4px rgb(51,102,153);
}