﻿@charset "utf-8";



div#menu {
    
    
}
#leftCol {
float: left;
width: 200px;
}
 
#centerCol {
margin: 0 205px;
}
 
#rightCol {
float: right;
width: 200px;
}
 
.box {
margin-bottom: 20px;
text-align: center;
 box-shadow: 5px 5px 2px 1px grey;
}

.box:hover {

	box-shadow: 2px 2px 2px 1px grey;
}

div#tweeworld {
	background-image: url(../images/header2.png);
	background-color: white;
   
    width: 188px;
    height: 50px;
    float: right;
}


div#dtd {
	background-image: url(../images/header3.png);
	background-color: white;
    	width: 200px;
    	height: 90px;
    	float: right;
	
}

div#tools {
	background-image: url(../images/header4.png);
	background-color: white;
	width: 120px;
    	height: 120px;
    	float: right;
	
}

div#menu a{
    display:block;
	width: 100%;
	height: 100%;
}
div#menu:hover{
   box-shadow: 6px 6px 2px grey;		
}

h2 a {
    font-size: 18px;
    text-align: right;
    text-decoration: none;
    color: rgb(109, 43, 119);
}

h1 {
    font-size: 30px;
    text-align: center;
}

h2 {
}



html  { height: 100%; }
body  { background-color: wheat; background-attachment: fixed;}

/**** GRUNDGERÜST ****/
div#wrapper { width: 1100px; background-color: wheat;margin: 20px auto;}

/** kopfbereich **/
div#header { width: 640px; height: 480px; background-color: wheat; box-shadow: 2px 2px 5px rgb(0, 0, 0);margin: 0 auto;background-image: url(../images/sebg.jpg);}

