html {
min-height: 101%;
}

body {
padding:0;
margin:0;
background-color:#e4e6ef;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color:#f2e5cc;
font-weight: normal;
text-align: left;
text-decoration:none;
}

#layout {
margin:0;
padding:0;
background-color:#e4e6ef;
}

div {
margin:0;
}

p {
text-align:justify;
}

a {color: #f2e5cc; font-weight: normal; text-decoration:underline;}
a:visited {color: #f2e5cc; font-weight: normal; text-decoration:underline;}
a:active {color: #f2e5cc; font-weight: normal; text-decoration:underline;}
a:hover {color: #ffffff; font-weight: normal; text-decoration:underline;}

h1 {
color:#f2e5cc;
font-size : 12px;
font-weight: bold;
letter-spacing:2px;
margin:0px 0px 0px 0px;
padding: 2px 0px 0px 0px;        /* Abstand oben, rechts, unten, links   */
}


/***************************** Start - Enter **********************************/
#enter {
width:980px;
height: 600px;
padding:0;
margin:0 auto;
background: #e4e6ef url(../images/start_enter.jpg) no-repeat;
}

/************************* Textblock 8 links **********************************/
#text-links {
float: left;
width: 300px;
padding: 0px 0px 0px 0px;      /* Abstand oben, rechts, unten, links   */
margin: 250px 0px 0px 30px;       /* Abstand oben, rechts, unten, links   */
display: inline;
}

/************************* Textblock 8 mitte **********************************/
#text-rechts {
float: right;
width: 300px;
padding: 0px 0px 0px 0px;      /* Abstand oben, rechts, unten, links   */
margin: 250px 30px 0px 0px;       /* Abstand oben, rechts, unten, links   */
display: inline;
}


