@charset "UTF-8";

/* ####################### */
/* internet design schmidt */
/*    www.id-schmidt.de    */
/* ####################### */

@import url(style-box.css);
@import url(style-navi-left.css);
@import url(http://fonts.googleapis.com/css?family=Monda);

html { 
	background: url(img/bg.jpg) no-repeat center top fixed #000033; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}



#header {
	position:relative;
	width:990px;
	margin:0 auto;
	/*background:url(img/template-1-top.jpg) no-repeat;*/
	height:200px;
}

#top-language {
	position:absolute;
	top:5px;
	left:920px;
	width:80px;
	height:20px;
	overflow:hidden;
	text-align:right;
}

#top-language img {
	padding-left:5px;
}

#top-logo {
	position:absolute;
	top:20px;
	left:208px;
	width:150px;
	height:150px;
	overflow:hidden;
	background-image:url(img/mse-logo.png);
}

#top-mse {
	position:absolute;
	top:20px;
	left:365px;
	width:620px;
	height:64px;
	overflow:hidden;
	background:url(img/mse-top.png) no-repeat;
}

/* ------------ Inhalt --------------- */

#wrapper {
	width:990px;
	height:100%;
	margin:0px auto;
/*	background:url(img/template-1-bg-top.jpg) no-repeat;*/
	background-position:center 200px;
}

.main-content {
	position:relative;
	left:210px;
	border-radius: 8px;
	border:solid #ddd 0.1em;
	-moz-box-shadow: 1px 2px 8px #fbf6c0;
    -webkit-box-shadow: 1px 2px 8px #fbf6c0;
    box-shadow: 1px 2px 8px #fbf6c0;
	width:780px;
	background:url(img/main-content.png);
}

#column1 {
	position:absolute;
	float:left;
	top:212px;
	width:200px;
	margin-left:0;
}

#column1-content {
	padding:25px 0 0 0;
}

#column2-3sp {
	float:left;
	width:500px;
	display:block;
	margin:20px 0 20px 20px;
	min-height: 400px;
   	height: auto !important;
   	height: 400px;
}

#column2-2sp {	
	float:left;
	width:740px;
	display:inline;
	margin:20px 0 20px 20px;
	min-height: 400px;
   	height: auto !important;
   	height: 400px;
}


#column3 {
	float:left;
	width: 200px;
	display:block;
	margin:52px 20px 0 40px;
}

.minheight-column {
   min-height: 400px;
   height: auto !important;
   height: 400px;
}

/* --------------- footer ---------*/


.alles {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -110px; /* Footer */
	width:990px;
	/*background: url(img/template-1-main.jpg) repeat-y;*/
}
.footer, .push {
	height:110px; /* Footer */
}

.footer {
	position: relative;
	width:990px;
	height:110px;	/* Footer */
	margin: 0 auto;
	/*background:url(img/template-1-footer.jpg) no-repeat;*/
}

#footer-innen {
	position:absolute;
	top:0;
	left:218px;
	width:760px;
	padding:0;
	vertical-align:bottom;
}

.footer-left {
	position:relative;
	top:30px;
	left:10px;
	float:left;
	display:block;
	width:300px;
}

.footer-right {
	position:relative;
	top:10px;
	float:left;
	display:block;
	width:460px;
	text-align:right;
}

/* -------------------------------------- Links -------------------- */


#footer-innen {
	font-size: 0.8em;
	color: #fff;
	font-weight:bold;
	text-shadow:#000 0 0 0.4em;
}

#footer-innen a:link {
	color: #fff;
	text-decoration:none;
}
#footer-innen a:visited {
	color: #fff;
	text-decoration:none;
}
#footer-innen a:hover {
	color:#c33;
	text-decoration:underline;
}
#footer-innen a:active {
	color:#c33;
	text-decoration:none;
}



#column2 a:link, #column2-2sp a:link, #column2-3sp a:link, #column3 a:link, #column2-1sp a:link {
	color:#006;
	text-decoration:underline;
}
#column2 a:visited, #column2-2sp a:visited, #column2-3sp a:visited, #column3 a:visited, #column2-1sp a:visited {
	color:#006;
	text-decoration:underline;
}
#column2 a:hover, #column2-2sp a:hover, #column2-3sp a:hover, #column3 a:hover, #column2-1sp a:hover {
	color:#c33;
	text-decoration:underline;
}
#column2 a:active, #column2-2sp a:active, #column2-3sp a:active, #column3 a:active, #column2-1sp a:active {
	color:#c33;
	text-decoration:underline;
}

#column1-content a { text-decoration:underline; }
#column1-content a:link { color:#fff; }
#column1-content a:visited { color:#fff; }
#column1-content a:hover { color:#c33; }
#column1-content a:active { color:#c33; }


/* Blur entfernen */
a:focus { outline: none; }
img {
	border:none;
}
	


/* --------------------------------------Schrift -------------------- */

body {
	font-family: 'Monda', sans-serif , Arial;
	font-size:0.9em;
	
	
	-webkit-hyphens: auto;
	 -moz-hyphens: auto;
	 -ms-hyphens: auto;
	 hyphens: auto;
}

#column1, #top-language { color:#fff; }

#column2-3sp, #column2-2sp, #column3 { color:#006; text-align:justify}

.csc-firstHeader {
	font-size:1.8em;
	padding:0 0 10px 0;
}

h1 {
	color:#c33;
	font-size:1.3em;
	text-shadow:1px 1px 2px #fff;
	padding:35px 0 10px 0;
	margin:0;
	text-align:left;
}

#column3 h1 {
	font-size:1.3em;
	color:#333;
	text-align:left;
}

/* Abstand zur Überschrift */
.csc-textpic-text, .bodytext {
	padding:0 0 10px 0;
	margin:0;
}

/* Bildbeschriftung */
.csc-textpic-caption {
	text-align:right;
	font-size:0.7em;
	color:#666;
}

/*.bodytext {
		border-bottom:1px #aaa solid;
}*/

/* ########################################### */

.csc-frame-invisible {
	background:url(img/main-content.png);
	padding:15px;
	border-radius: 8px;
	border:solid #999 0.1em;
	-moz-box-shadow: 1px 2px 8px #999;
    -webkit-box-shadow: 1px 2px 8px #999;
    box-shadow: 1px 2px 8px #999;
}

.csc-frame-invisible h1 { padding:0 0 10px; margin:0; text-shadow:#999 1px 1px 1px; }

.csc-frame-invisible img { 
	border-radius: 6px;
	-moz-box-shadow: 1px 2px 4px #333;
    -webkit-box-shadow: 1px 2px 4px #333;
    box-shadow: 1px 2px 4px #333;
	margin:2px 5px 5px 2px;
}


.csc-frame-rulerBefore img { 
	border-radius: 6px;
	-moz-box-shadow: 1px 2px 4px #333;
    -webkit-box-shadow: 1px 2px 4px #333;
    box-shadow: 1px 2px 4px #333;
	margin:2px 5px 5px 2px;
}

.csc-frame-rulerBefore  .csc-textpic-caption { padding-right:10px; }
