body {
    font-family:Verdana, Arial;
    font-size:14px;
    background-color:#0066CC;
    text-align:center;
}


p {
    margin-top:0px;
}

/* Gesamte Seite */
#side
{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

/* Gesamter Inhalt */
#contentFrame {
    height: 100%;
    width:1000px;
    height:800px;
    /* horizontales Zentrieren */
    margin-left:auto;
    margin-right:auto;
    border: solid 1px #000000;
    background-color:#FFFFFF;
}

a, a:active, a:visited {
	color: grey;
}
/* Header */
#header {
    margin:0px;
    width: 100%;
    height: 180px;
    background: #FFFFFF;
}

/* Menü im Header */
#menu {
    margin-top:10px;
    width: 100%;
    height: 50px;
    padding-left:10px;
}
.divMenuItem {
    float:left;
    width:160px;
    height:50px;
    margin-bottom:10px;
    padding-right:2px;
}

/* Inhalt-Wrapper */
#contentWrapper {
    width: 1000px;
    height: 538px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    background-color:#FFFFFF;
}

/* Inhalt */
#content {
	width: 658px;
	height:100%;
	text-align: left;
    overflow: auto;
	/* horizontales Zentrieren
	margin-left:auto;
	margin-right:auto;   */
	    /*border: solid 1px green;*/
	float: left;
	border-left: solid 1px #000000;
}



#footer {
    margin-top:10px;
    width: 100%;
    height: 18px;
    background: #FFFFFF;
    clear:both;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#000000;
}

#footer a:active, #footer a:hover {
	color: #999999;
}




.homeTitle {
	padding: 15px;
	font-size: 18px;
	/*color: #0066CC;*/
	text-align: center;
}



/* --------------------------------------------------- */
/* Alles was zur allgemeinen Untermenüstruktur gehört  */
/* --------------------------------------------------- */
#smallMenu {
    width: 150px;
    height: 100%;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.smallMenuItem {
    width: 150px;
    height: 50px;
}

a.smallMenuButton {
    width:30px;
    height:30px;
    display:block;
    float: left;
    vertical-align:top;
}
a.smallMenuText {
    text-decoration:none;
    text-align: left;
    margin-top:5px;
}
a.smallMenuText:link, a.smallMenuText:visited, a.smallMenuText:active, a.smallMenuText:hover {
	text-decoration:none;
	font-weight:normal;
	font-size:12px;
	color:#000000;
}

.divSMT {
    padding-top:6px;
    width:100%;
    text-align:left;
}


/* ------------------------------------------------------------- */
/* Alles was zur allgemeinen Image List (mit 4 Bildern) gehört.  */
/* Bilder sollten eine Größe von 150 x 122 Pixel haben.          */
/* ------------------------------------------------------------- */
.imageListItem {
    width: 150px;
    height: 122px;
	padding-top:10px;
}

div.img1, div.img2, div.img3, div.img4 {
    width:150px;
    height:122px;
    background-repeat: no-repeat;
    display: block;
}