/* CSS für michael-hugel.de */




body {
	text-align:center;
	margin: 0px; 
	margin-bottom: 50px;
	background-color: #222;
	font-family:  verdana;
	font-size: 11px; 
	line-height: 1.5em; 
	color: #222;
	}

#info	{
	display: none;
	color: #555;
	width: 1px;
	height: 1px;
	}

#ieonly{
	text-align: left;
	background-color: #c0c0c0;
	padding: 8px;
}

#ieonly a{
	color: #fff;
}

#ieonly a:hover{
	color: #000;
}

#maincontainer {
	width:760px;
	margin:0px auto;
	text-align:left; 
	background-color: #fff;
	}


/* HauptMenu ------------------------- */

#hmenu {
	width: 740px;
	margin: 5px;
	background-color: #fff;
	}


ul#menu {
	list-style: none;
	padding: 0px;
	margin-left: 5px;
	}

ul#menu li { float: left; }

ul#menu a {	
	display: block;
	text-indent: -3000px;
	position: relative;
	}

ul#menu a:hover {
	background-position: left bottom;
	}

/* Menupunkte ------------------------- */


/* ------------- */


ul#menu .mhugel {
	width: 277px;
	height: 70px;
	background: url(btn/b-mhugel.gif) no-repeat;
	}

ul#menu .mhugelactive {
	width: 277px;
	height: 70px;
	background: url(btn/b-mhugel.gif) no-repeat;
	background-position: left bottom;
	}

/* ------------- */

ul#menu .gd {
	width: 197px;
	height: 70px;
	background: url(btn/b-gd.gif) no-repeat;
	}

ul#menu .gdactive {
	width: 197px;
	height: 70px;
	background: url(btn/b-gd.gif) no-repeat;
	background-position: left bottom;
	}

/* ------------- */

ul#menu .foto {
	width: 100px;
	height: 70px;
	background: url(btn/b-foto.gif) no-repeat;
	
	}

ul#menu .fotoactive {
	width: 100px;
	height: 70px;
	background: url(btn/b-foto.gif) no-repeat;
	background-position: left bottom;
	}

/* ------------- */

ul#menu .mehr {
	width: 60px;
	height: 70px;
	background: url(btn/b-mehr.gif) no-repeat;
	
	}

ul#menu .mehractive {
	width: 60px;
	height: 70px;
	background: url(btn/b-mehr.gif) no-repeat;
	background-position: left bottom;
	}

/* ------------- */

ul#menu .kontakt {
	width: 85px;
	height: 70px;
	background: url(btn/b-kontakt.gif) no-repeat;
	
	}

ul#menu .kontaktactive {
	width: 85px;
	height: 70px;
	background: url(btn/b-kontakt.gif) no-repeat;
	background-position: left bottom;
	}

/* Ende - Menupunkte ------------------------- */




#headpic	{
	background-color: #fff;
	}


#contleft	{
	padding: 0px; 
	background-image: url(gx/cbg.jpg); 
	background-repeat: repeat-y;
	background-color: #fff;
	float: left; 
	width: 410px;
	}

#leftcont	{
	margin: 15px;
	width: 380px; 
	border: 0px solid #c0c0c0; 
	text-align: left;
	}

#leftbot	{
	 
	padding: 0px; 
	background-image: url(gx/cbt.jpg);
	background-repeat: no-repeat; 
	background-color: #fff; 
	width: 410px; 
	height:27px;
	}


#contright	{
	margin: 10px; 
	float: right; 
	width: 300px; 
	background-color: #fff;
	}

#up	{
	text-align: right; 
	padding: 0px;
	margin: 10px 20px 0px 0px;
	font-family: verdana;
	font-size: 10px;
	}


#botcontainer	{
	color: #fff; 
	padding: 0px; 
	width:760px;
	background-color: #222; 
	margin:0px auto;
	text-align:left;
	}

#botcontent	{
	margin-top: 0px; 
	background-color: #333; 
	padding: 5px; 
	border: 1px solid #000;
	}

.botmenublock	{
	float: left; 
	margin-right: 60px; 
	border: 0px solid #ff0000;
	}

.botmenublockende	{
	float: left; 
	margin-right: 0px; 
	border: 0px solid #ff0000;
	}

/* Klassentreffen ------------------------- */



/* Links --------- */

a:link, a:visited, a:active {
	color: #2580a2;
	text-decoration: none;
	}

a:hover {
	color: #333;
	text-decoration: none;
	}


a.shownews:link, a.shownews:visited, a.shownews:active {
	color: #333;
	text-decoration: none;
	}

a.shownews:hover {
	color: #2580a2;
	text-decoration: none;
	}

a.footlink:link, a.footlink:visited, a.footlink:active {
	color: #2580a2;
	text-decoration: none;
	}

a.footlink:hover {
	color: #fff;
	text-decoration: none;
	}


/* headlines --------- */

h2 	{
	font-family: Georgia, verdana;
	color: #2580a2;
	font-size: 14px;
	line-height: 1em;
	letter-spacing: 2px;
	}

h3 	{
	margin: 4px;
	font-family: Georgia, verdana;
	color: #2580a2;
	font-size: 14px;
	line-height: 1em;
	letter-spacing: 2px;
	}


h4 	{
	font-family: Georgia, verdana;
	color: #660000;
	font-size: 16px;
	line-height: 1em;
	letter-spacing: 2px;
	}


.reftop {
	font-family: Georgia;
	color: #666;
	font-size: 24px;
	line-height: 1em;
	letter-spacing: 2px;
	}


/* Line --------- */

.hr	{
	background: url("gx/hr.gif") bottom repeat-x;
	border: none;
	margin: 15px 0 15px 0;
	padding: 0;
	height: 2px;
	font-size: 0px;
	}


/* small --------- */

.copy	{
	font-size: 10px;
	color: #666;
	}



/* Formulare --------- */

.defbreite {
	width: 260px;
	border: 1px solid #ccc;
	}


.defbreiteklein {
	width: 20px;
	border: 1px solid #ccc;
	}

.formbut {
    background-color: #fff;
    color: #2580a2; 
    font-size: 11px; 
    font-family: verdana; 
    text-decoration: none; 
    }

textarea:focus{background-color:#ccc;color:#000;}

input:focus{background-color:#ccc;color:#000;}

.fehlt {background-color:#990000;color:#000;}

.fehler {
	color: #990000;
	font-weight: bold;
	}


/* Foto --------- */

.monoimg	{
	float: left; 
	margin-right: 5px;  
	margin-bottom: 5px;
	border: solid 1px; border-color: #c0c0c0;
	}

/* ADL - Bilder Galerie */

.adlp { border: solid 1px; border-color: #c0c0c0; }







