﻿/*	
	Based on 960 Grid System - http://960.gs/
	Licensed under GPL and MIT.
*/
html, body
{
    background: black;
}
.container_12
{
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12
{
    display: inline;
    float: left;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}
.clear
{
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
a img
{
    text-decoration: none;
    border: 0px;
}
#aboutdiv
{
    top: 20px;
    bottom: auto;
    height: 760px;
    width: 940px;
    position: relative;
    background-image: url("../images/letterBG.jpg");
    color: #660000;
}
#aboutheader
{
    position: absolute;
    left: 290px;
    text-align: center;
}
#aboutmain
{
    position: absolute;
    left: 20px;
    right: 20px;
    height: 300px;
    top: 110px;
}
#aboutfooterleft
{
    position: absolute;
    top: 500px;
    left: 120px;
    font-weight: bold;
}
#aboutfooterright
{
    position: absolute;
    top: 500px;
    left: 500px;
}
#studydiv
{
    top: 20px;
    bottom: auto;
    height: 760px;
    width: 940px;
    position: relative;
    background-image: url("../images/studyBG.jpg");
    color: #660000;
}
#gallerydiv
{
    top: 20px;
    bottom: auto;
    height: 760px;
    width: 940px;
    position: relative;
    background-image: url("../images/galleryBG.jpg");
    color: #660000;
}
#beachdiv
{
    top: 50px;
    left: 20px;
    bottom: auto;
    width: 800px;
    height: 600px;
    position: relative;
    background-image: url("../images/Ticket-to-the-beach.jpg");
    
}
#maindiv
{
    top: 200px;
    bottom: auto;
    height: 380px;
    position: relative;
}
#imgdiv
{
    position: absolute;
    z-index: 2;
}
#slidediv1
{
    left: 7px;
}
#slidediv2
{
    left: 243px;
}
#slidediv3
{
    left: 479px;
}
#slidediv4
{
    left: 715px;
}
.slidediv
{
    top: 260px;
    position: absolute;
    background: none;
    width: 220px;
    height: 150px;
    z-index: 1;
}
#home
{
    position: absolute;
    top: 100px;
    left: -150px;
}
#blog
{
    position: absolute;
    top: 190px;
    left: -150px;
}
#gallerie
{
    position: absolute;
    top: 280px;
    left: -150px;
}
#studium
{
    position: absolute;
    top: 370px;
    left: -150px;
}
#about
{
    position: absolute;
    top: 460px;
    left: -150px;
}



