/* CSS Document */

/*text-align:center; is for centering the container in IE */
body {
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 40px;
	text-align:center;
	position:relative;
	}



hr {
	color:#CCCCCC;
	}

#top_index {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	}


#spalte1 {
	float:left;
	width: 48%;
	}

#spalte2 {
	text-align:right;
	margin-left: 20px;
	float:left;
	width: 48%;
	}
	
#spalte2 img{
	float:right;
	}
	
#forsideImg{
	margin-top: 50px;
}

/* The containing box for the gallery. */
#container {
	background:#fff url(Images/Galleri/GalleriLogo.jpg) 90px 150px no-repeat;
    position:relative; 
    width:600px; 
    height:400px; 
    margin:20px auto 0 auto; 
    border:1px solid #aaa; 
	top: 30px;
    }
	
/* Removing the list bullets and indentation */
#container ul {
    padding:0; 
    margin:0; 
    list-style-type:none; 
    }
	
/* Remove the images and text from sight */
#container a.gallery span {
    position:absolute; 
    width:0px; 
    height:0px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
    background:#fff;
	color: #FFFFFF;
    }
	
/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:1px solid #000; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
#container a.slidea {
    background:url(Images/Galleri/Web1_mini.jpg);
	height:93px; 
    width:56px;
    }
#container a.slideb {
    background:url(Images/Galleri/Web2_mini.jpg); 
    height:93px; 
    width:56px;
    }
#container a.slidec {
    background:url(Images/Galleri/Web3_mini.jpg); 
    height:93px; 
    width:56px;
    }
#container a.slided {
    background:url(Images/Galleri/Web4_mini.jpg); 
    height:60px; 
    width:92px;
	}
* html #container a.slided {
    width:91px; 
    w\idth:92px;
    }
#container a.slidee {
    background:url(Images/Galleri/Web5_mini.jpg); 
    height:60px; 
    width:92px;
    }
#container a.slidef {
    background:url(Images/Galleri/Web6_mini.jpg); 
    height:60px; 
    width:92px;
    }
* html #container a.slidef {
    width:91px; 
    w\idth:92px;
    }
#container a.slideg {
    background:url(Images/Galleri/Web7_mini.jpg); 
    height:60px; 
    width:92px;
    }
#container a.slideh {
    background:url(Images/Galleri/Web8_mini.jpg); 
    height:93px; 
    width:56px;
    }
#container a.slidei {
    background:url(Images/Galleri/Web9_mini.jpg); 
    height:93px; 
    width:56px;
    }
#container a.slidej {
    background:url(Images/Galleri/Web10_mini.jpg); 
    height:93px; 
    width:56px;
    }
#container a.slidek {
    background:url(Images/Galleri/Web11_mini.jpg); 
    height:60px; 
    width:92px;
    }
* html #container a.slidek {
    width:91px; 
    w\idth:92px;
    }
#container a.slidel {
    background:url(Images/Galleri/Web12_mini.jpg); 
    height:60px; 
    width:92px;
    }
	
/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:222px; 
    height:386px;
    }
#container li {
    float:left;
    }
	
/* move the thumbnails into the correct position */
#container ul {
    margin-top:7px; 
    float:right;
    }
	
/* change the thumbnail border color */
#container a.gallery:hover {
    border:1px solid #CC0000; 
    }

/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute; 
    width:250px; 
    height:272px; 
    top:100px; 
    left: 65px;
    color:#000; 
    background:#fff;
    }
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:Bold;
	color:#333333;
	text-align:left;
	}

p {
	line-height: 1.4em;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#666666;
	}
	
	
a {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	text-decoration:none;
	padding-right: 10px;
	border-style: none;
	border: none;
	}

a:hover {
	color:#CC0000;
	text-decoration:none;
	border-style: none;
	border: none;
	}
	
a img {
	border:none;
	}
	

#kontakt {
	position:relative;
	margin-left: 335px;
	}