/* CSS Document */
@CHARSET "ISO-8859-1";

html {
    height: 100%; /* for ever scrollbars (no jumping pages) */
}

body {
	height: 100.01%; /* for ever scrollbars (no jumping pages) */
	margin: 0px;
	padding: 0px;		
	background: #83d1f2;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: normal;
	color: #000000;
}

.clearfix {display:block;}
.clearfix:after {content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; visibility:hidden;}
* html .clearfix {zoom:1;} /* IE6 */
*+ html .clearfix {zoom:1;}/* IE7 */


:focus {outline:none;}
::-moz-focus-inner {border:0;}


/* ********************************** Opener *********************************************************** */
.opener {
		
 	text-align: center;
	width: 1000px;
	background: #07538e;
	height: 200px;
	float: middle;
	margin: 20px auto;
	border-radius: 20px 20px 0 0;
	
}

.opener-workshop {
		
 	text-align: center;
	width: 1000px;
	background: #07538e;
	height: 391px;
	float: middle;
	margin: 20px auto;
	border-radius: 20px 20px 0 0;
	
}

/* ************************************ Content **************************************************** */

#content {
	display: block;
	width: 1000px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;	
	min-height: 600px;
	position: relative;	
	background: #dce6f2;
}

#menu {
	height: 27px;
	width: 1000px;
	text-align: left;
	font-family: arial;
    font-size: 13px;
	text-decoration: none;
	margin: 0px auto;
	padding-top: 0px;
	background-color: #07538e;
	border-top: 2px solid #83d1f2;
}


#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 130px;
	height: 22px;
	padding-top: 5px;	
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
}

#menu a:hover {
	color: #83d1f2;
}

.gallery	{ width:330px; float:left; }

.middle {
	display:block;	
	float: left;
	color: #ffffff;
	min-height: 500px;
	text-align: left;
	position: relative;
}

.footer {
	margin: 0px auto;
	padding: 3px 0px;	
	height: 25px;
	width: 1000px;
	background: #07538e;
	border-radius: 0 0 20px 20px;
}

.footer p {
	margin: 0px;
	padding-top: 5px;
	margin-right: 10px;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
}

.footer a {
	color: #ffffff;
}

.footer a:hover {
	color: #83d1f2;
}

/* Allgemein */
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin: 10px 0px 20px 0px;
	padding: 20px 0px 0px 20px;
	color: #07538e;
	border-bottom: 2px solid;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	padding: 20px 0px 0px 0px;
	text-transform: none;
	font-size: 18px;
	color: #2D2D2D;
	border-bottom: 1px dashed;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #07538e;
	margin: 20px 0px 10px 00px;	
	padding: 0px 20px 0px 20px;
}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #0d4335;
	margin-bottom: -15px;	
	padding: 0px 20px 0px 0px;
	float: left;
}

h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #000000;
	margin-bottom: -15px;	
	padding: 0px 20px 40px 40px;
	float: left;
	line-height: 40px;
}

h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #07538e;
	margin-bottom: -15px;	
	padding: 0px 20px 40px 40px;
	line-height: 40px;

}

h7 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #07538e;
	margin: 0px 0px 10px 00px;	
	padding: 0px 20px 0px 20px;
}

.title1 {
	border-bottom: none;
	padding: 0px 20px 10px 20px;
	margin: 0;
}

#colOne {
	float: left;
	width: 500px;
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
}


#colTwo {
	float: right;
	width: 420px;
	margin-top: 0px;
	padding-right: 20px;
	padding-top: 20px;
}

#colTwo ul, #colOne ul{
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}



#colfull {
	float: middle;
	width: 650px;
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
}


p, 
table {	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight:normal;
	color: #303030;	
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 20px 20px;
}

.right {
	text-align: right;	
}

td {
	vertical-align: top;	
	padding-bottom: 10px;
}


p a, 
table a, 
ul a,
.link {
	text-decoration: underline;
	color: #303030;	
}
/*
p a:visited,
table a:visited,
ul a:visited {
	color: green;	
}
*/
p a:hover,
table a:hover,
ul a:hover {
	color: #07538e;	
}

input,
textarea {
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	color: #303030;
	font-size: 11px;
	padding: 2px;
}


.button:hover {
	background-color: #cccccc;
	color: #303030;
}

.form_error {
	color: #ff0000;
	font-weight: bold; 
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.row {
    margin: 0 0 30px;
    padding: 0 20px;
}
.clearfix {
    display: block;
}

.thumb {
	padding: 20px 20px 10px 0px;
	display: inline;
}

.text2 {
	padding: 0px 20px 20px 40px;
	display: inline;
	float: right;
}

ul {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight:normal;
	color: #808080;
	list-style-type:square;	
}

img  {
	border: 0px;
	}
 

.row {
	margin:0 0 30px 0;
	padding: 0px 20px 0px 20px;
}

.row .text {
	float:left;
}

#bildergalerie {
}
#bildergalerie a {
}
#bildergalerie a img {
	width: 200px;
	height: 130px;
	margin: 0px 0px 20px 20px;
}

#bildergalerie2 {
}
#bildergalerie2 a {
}
#bildergalerie2 a img {
	width: 130px;
	height: 80px;
	margin: 0px 0px 20px 20px;
}

#bildergalerie3 {
}
#bildergalerie3 a {
}
#bildergalerie3 a img {
	width: 130px;
	height: 80px;
	margin: 0px 0px 20px 20px;
}

#bildergalerie4 {
}
#bildergalerie4 a {
}
#bildergalerie4 a img {
	width: 130px;
	height: 80px;
	margin: 0px 0px 20px 20px;
}

.inlinefoto {
	width: 150px;
	height: 260px;
	float: right;
	margin: 20px 20px 0 20px;
}

/*  */
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
