/*******************************************************************************

	jut_default.css

*******************************************************************************/

/* ### Logo ################################################################# */
#logo {
	display: none;
}

/* ### Header ############################################################### */
#header {
	background:#fff url(../style_img/JUTEC-Kopf.jpg) 0px 0 no-repeat;
	color: #000;
}

#nav-header {
	position:absolute;
	right:10px;
	top:135px;
}

#nav-sprache {
	position:absolute;
	left:5px;
	top:134px;
}

/* ### Teaser ############################################################### */

#main-teaser {
	background-image: url(start_teaser.jpg);
	background-repeat: no-repeat;

}

/* ### Content Block ################################################# */

#main-block {
	background-color: #fff;
	min-height: 680px;
	float:left;
	width:457px;
	color: #000;
	padding:0 20px 0 20px;
	display:block;

	

}

#main-content-block {
	padding:0 0 0 0;
	display:block;
	clear:right;

	
	
}

* html body #main-block { height: 600px; } /* IE 6 / 5.5 Hack */

#site-content {
	color:#fff;
	text-align:left;
	background: inherit;
	background-color:#0f55a9;
	position:relative;
	display:block;
	margin:0px auto;
	padding:0;
	height:100%;
	width:840px;
	border:1pt solid #ddd;
	
	
}

/* ### breadcrump ############################################################ */

#main-block p#breadcrumb {
font-size: 1em;
color: #000000;
margin-bottom: 20px;


}


/* ### headlines ############################################################ */

#main-block h1 {
	color:#000000;
	background: inherit;
	font-size:1.6em;
	font-weight:bold;
	line-height:1.8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#main-block h2 {
	color:#0f55a9;
	background: inherit;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.6em;
}

#main-block h3 {
	color:#0f55a9;
	background: inherit;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
}

#main-block h4 {
	color:#0f55a9;
	background: inherit;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.2em;
}

#main-block h5 {
	color:#0f55a9;
	background: inherit;
	font-size:1.0em;
	font-weight:bold;
	line-height:1.0em;
}

#main-block h6 {
	background: inherit;
	color:#0f55a9;
	font-size:0.9em;
	font-weight:bold;
	line-height:1.0em;
}

hr{
 border: 0px; /* FŸr Firefox und Opera */
 border-top: solid 1px #0f55a9;
 border-bottom: solid 1px #ddd; /* FŸr I.Explorer (Seiten-Hintergrundfarbe!) */
}

/* ### Images ############################################################ */

#main-block img {
	display:block;
	margin:4px 0;
}

/*	border:1pt solid #89B5E6; */

/*
#main-block img.floatLeft {
	float:left;
	margin:4px 10px 4px 0;
}
/*
#main-block img.floatRight {
	float:right;
	margin:4px 0 4px 10px;
}
*/


/* ### Hyperlinks ######################################################### */

#main-block a, 
#main-block a:link {
	color:#0f55a9;
	background: inherit;
	text-decoration:underline;
}

#main-block a:hover {
	color:#90B0BF;
	background: inherit;
	text-decoration: none;
}

#main-block a.faq, 
#main-block a.faq:link {
	color:#eee;
	background: inherit;
	font-size:1.4em;
	text-decoration:none;
	text-transform:none;
	line-height: 2.0em;
}

#main-block a.faq:hover {
	color:#90B0BF;
	background: inherit;
	text-decoration:underline;
}


/* ### Paragraphs ########################################################## */

#main-block p {
	margin-bottom:1.6em;
	font-size:1.2em;
	line-height:1.6em;
}

#nav p {
	margin-bottom:1.0em;
}


/* ### Tables ############################################################## */

#main-block table {
	font-size:1.2em;
	line-height:1.6em;
}

#main-block td {
	padding:0 0 0 0;
}


/* ### Blockquotes ########################################################## */

#main-block blockquote {
	margin:0 0 0 20px;
}


/* ### Lists ################################################################ */

#main-block ul, 
#main-block ol {
	margin-bottom:1.6em;
	font-size:1.2em;
	line-height:1.6em;
}

#main-block ol li {
	margin:0 0 0 30px;
	list-style-type:decimal-leading-zero;
} 
#main-block ul li {
	margin:0 0 0 20px;
	list-style-type:square;
}


/* ### Module ################################################################ */
/*
#main-content-block div.floatLeft img {
	float:left;
	margin:4px 40px 4px 0;
}

#main-content-block div.floatRight img {
	float:right;
	margin:4px 0 4px 30px;
}

#main-content-block a.more {
	clear:left;
	position: relative;
	left: 120px;
}


/* ### News ############################################################## */


#news {
	display:block;
	float:right;
	width:188px;
	background:#89B5E6;
	border:1pt solid #0f55a9;
	padding: 0 0 0 0;
}

#news p.zertifikat,
#news p {
	padding-right:100px;
	color:#fff;
	background: inherit;
	text-align: right;
}


#news p.zertifikat a,
#news p.zertifikat a:link {
	color: #fff;
	background: inherit;
	text-decoration: none;
}

#news p.zertifikat a:hover {
	color: #fff;
	background: inherit;
	text-decoration: underline;
}

/* ### News ############################################################## */


#prospekt {
	display:block;
	float:right;
	width:168px;
	background:#89B5E6;
	border:1pt solid #0f55a9;
	padding:10px 3px 0 0;
}

#prospekt p {
	font-size:1.2em;
	padding-right:5px;
	
	color:#37444f;
	background: inherit;
	text-align: right;
}

#prospekt a:link {

	display:block;
	background-repeat: no-repeat;

}

#prospekt a:hover {
	background-repeat: no-repeat;
	background-color:#c4d4dc;
	color:#37444f;
}


/* ### Formular ################################################################ */

label.text{
	width: 80px;
	height: 25px;
	display:block;
	float:left;
	clear: left;
	padding-top:5px;
}

label.textarea{
	width: 80px;
	height: 25px;
	display:block;
	clear: left;
	padding-top:5px;
}
input.text {
	float:left;
	width: 370px;
	height:20px;
	background-color: #eee;
	color:#000;
	border-left: 6px solid #90b0bf;;
	border-bottom: 1px solid #FFF;
	border-right: 6px solid #90b0bf;;
	border-top: 1px solid #FFF;
}

textarea.textarea {
	width: 450px;
	height:100px;
	background-color: #eee;
	color:#000;
	border-left: 6px solid #90b0bf;;
	border-bottom: 1px solid #FFF;
	border-right: 6px solid #90b0bf;;
	border-top: 1px solid #FFF;
}

.submit{
	background-color: #90b0bf;
	color:#fff;
	margin-top: 10px;
	border: none;
}









/* ### main-block => MainContent ################################################### */
/*
#main-content-block {
	padding-right:30px;
}
*/
/* ### Donate ###################################################################### */
/*
#donate {
	position: absolute;
	right: 15px;
	display:block;
	clear:left;
	width:120px;
	height: 400px;
}

#donate input {
	margin-top: 300px;
}
*/