/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/************************************************************************************/
.clear{
    clear: both;
}


body{
    font-family: Arial;
    background: url(../images/bg_textur.png);
}

a{
    color: #14538B;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

#Wrapper{
    width: 1000px;
    margin: 0 auto;
}

#Top {
    position: relative;
    padding-top: 12px;
}

#Top .nav{
    text-align: right;
    font-size: 12px;
}

#Top .nav a{
    text-transform: uppercase;
    text-decoration: none;
}

#Top .slogan{
    position: absolute;
    right: 0;
    bottom: 0;
}

#Main{
    box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    -o-box-shadow: 0 0 5px #999;
    background: #ECF0F1;
    margin-top: 12px;
}

#Header{
    position: relative;
    border-top: 20px solid #14538B;
    height: 336px;
    overflow: hidden;
}

#Navigation{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: url(../images/bg_menue.png);
    padding-left: 20px;
    z-index: 1000;
}

#Navigation a{
    display: inline-block;
    color: #D5E2F7;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    line-height: 40px;
    padding: 0 23px;
}

#Navigation a.current,
#Navigation a.section,
#Navigation a:hover{
    color: #FCEE21;
    background: #4F91AF;
    
}

#Content{
    padding-top: 40px;
}


#Sidebar{
    width: 280px;
    float: left;
}

#Sidebar a{
    display: block;
    line-height: 40px;
    color: #02274C;
    font-size: 18px;
    background: #A6C7CC;
    padding-left: 24px;
    margin-bottom: 3px;
    width: 236px;
    position: relative;
}

#Sidebar a.current,
#Sidebar a:hover{
    background: #FFFF45;
    background-image: linear-gradient(left , rgb(254,226,13) 0%, rgb(255,255,69) 50%, rgb(254,226,13) 100%);
    background-image: -o-linear-gradient(left , rgb(254,226,13) 0%, rgb(255,255,69) 50%, rgb(254,226,13) 100%);
    background-image: -moz-linear-gradient(left , rgb(254,226,13) 0%, rgb(255,255,69) 50%, rgb(254,226,13) 100%);
    background-image: -webkit-linear-gradient(left , rgb(254,226,13) 0%, rgb(255,255,69) 50%, rgb(254,226,13) 100%);
    background-image: -ms-linear-gradient(left , rgb(254,226,13) 0%, rgb(255,255,69) 50%, rgb(254,226,13) 100%);
}

#Sidebar a.current:after,
#Sidebar a:hover:after{
    content: "";
    background: url(../images/2ebene_aktiv.png);
    width: 12px;
    height: 41px;
    display: block;
    position: absolute;
    right: -12px;
    top: -1px;
}

#SmallContent,
#WideContent{
    padding: 0 10px 10px 10px;
}

#WideContent{
    padding: 0 20px 20px 20px;
}

#SmallContent{
    float: left;
    width: 700px;
}


#Footer{
    background: url(../images/bg_footer.png) #fff;
    overflow: hidden;
    padding: 0 20px;
}

#Footer .address,
#Footer .contact{
    float: left;
    color:#4D4D4D;
    font-size: 12px;
    line-height: 40px;
}

#Footer .contact{
    float: right;
}

a.startbox{
    display: block;
    float: left;
    margin-left: 20px;
    width: 220px;
    height: 260px;
    text-transform: uppercase;
    text-decoration: none!important;
}
.startbox .boximage{
    padding: 10px;
    background-color: #ABACAC;
	height:175px;
    position: relative;
    margin-bottom: 10px;
}

.startbox img{
    position: relative;
    display: inline-block;
}

.startbox .boximage:after{
    content:'';
	position:absolute;
    left: 10px;
    top: 10px;
	width:200px;
	height:175px;
	-moz-box-shadow:inset 0px 0px 2px 2px #555;
	-webkit-box-shadow:inset 0px 0px 2px 2px #555;
	box-shadow:inset 0px 0px 2px 2px #555;
}

.startbox:hover .boximage:after{
    left: 0;
    top: 0;
}

a.startbox:hover{
    text-decoration: none;
    background-image: linear-gradient(left , rgb(254,226,13) 0%, rgb(255,255,69) 50%, rgb(254,226,13) 100%);
    background-image: -o-linear-gradient(left , rgb(254,226,13) 0%, rgb(255,255,69) 50%, rgb(254,226,13) 100%);
    background-image: -moz-linear-gradient(left , rgb(254,226,13) 0%, rgb(255,255,69) 50%, rgb(254,226,13) 100%);
    background-image: -webkit-linear-gradient(left , rgb(254,226,13) 0%, rgb(255,255,69) 50%, rgb(254,226,13) 100%);
    background-image: -ms-linear-gradient(left , rgb(254,226,13) 0%, rgb(255,255,69) 50%, rgb(254,226,13) 100%);
}

a.startbox:hover .boximage{
    margin: 10px;
    margin-bottom: 20px;
    padding: 0; 
    border: none;
}

a.startbox .boxtitle{
    padding: 0 10px;
    font-size: 15px;
}

a.galleryImage{
    padding: 6px;
    background:#A6C7CC;
    display: block;
    float: left;
    line-height: 0!important;
    margin-left: 10px;
    margin-top: 10px;
}

a.galleryImage:hover{
    background-image: linear-gradient(left , rgb(254,226,13) 0%, rgb(255,255,69) 50%, rgb(254,226,13) 100%);
    background-image: -o-linear-gradient(left , rgb(254,226,13) 0%, rgb(255,255,69) 50%, rgb(254,226,13) 100%);
    background-image: -moz-linear-gradient(left , rgb(254,226,13) 0%, rgb(255,255,69) 50%, rgb(254,226,13) 100%);
    background-image: -webkit-linear-gradient(left , rgb(254,226,13) 0%, rgb(255,255,69) 50%, rgb(254,226,13) 100%);
    background-image: -ms-linear-gradient(left , rgb(254,226,13) 0%, rgb(255,255,69) 50%, rgb(254,226,13) 100%);
}

#Gallery{
    overflow: hidden;
    margin-bottom: 40px;
}