@import url(globaltxt.css);

/* ***************************************************** */
/*  GLOBALE PARAMETER */

*{
	margin: 0px;
	padding: 0px;
}

img {
    border: 0;
}

html,
body {
	border: 0px;
}

form{
	color: #04133A;
}

p{
	margin: 10px 0px 0px 0px;
}

input,
radio,
textarea,
.radiobutton{
	margin: 3px 2px 2px 2px;
	padding: 0px;
	border: 1px solid #04133A;
	color: #04133A;
}
.radiobutton{
	border: 0px;
}

.kommentarfeld{
	width: 270px;
	height: 52px;
}

.links{
	float: left;
}

.rechts{
	float: right;
}

.clean{
	clear: both;
}


/*  PRELOADER */

#menu-preloader{
	display: none;
	width: 1px;
	height: 1px;
}

/* ***************************************************** */
/*  POSITIONIERUNG */

#main,
#main2,
#menu{
	width: 900px;
}
#main2{
	width: 100%;
}
#main,
#main2{
	height: auto;
	min-height: 300px;
}

#main{
	margin: 10px auto;
	border: 0px dashed #322D57;
}

#menu{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #00519e;
	text-decoration: none;
	letter-spacing: 0px;
	text-align: left;
	width: 720px;
	height: 19px;
	max-height: 100px;
/*	margin: 125px 0px 0px 175px;*/
	width: 70%;
	float: left;}

#contenttotal{
	background-color: yellow;
	letter-spacing: 0px;
	text-align: left;
	height: auto;
	min-height: 480px;
	max-height: 100%;
	width: 900px;
	float: left;

}

#bildleiste{
	background-image: url(../images/global/juelich.jpg);
	background-repeat: no-repeat;
	background-color: yellow;
	letter-spacing: 0px;
	text-align: left;
	height: 480px;
	margin: 0px 0px 0px 0px;
	min-height: 480px;
	max-height: 100%;
	width: 162px;
	float: left;
}

#contentrahmen{
	letter-spacing: 0px;
	background-color: white;
	text-align: left;
	margin: 0px 0px 0px 0px;
	height: auto;
	min-height: 480px;
	max-height: 100%;
	width: 700px;
	min-width: 738px;
	float: left;
}

#content{
	letter-spacing: 0px;
	text-align: left;
	margin: 10px 10px 10px 10px;
	height: 460px;
	min-height: 460px;
	max-height: 100%;
	height: auto;
	width: 698px;
	float: left;
}

#fuss{
	width: 900px;
	max-width: 900px;
	background-image: url(../images/global/fuss.gif);
	background-repeat: no-repeat;
	height: 75px;
	min-height: 75px;
}

#impressum{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #00519e;
	text-decoration: none;
	letter-spacing: 0px;
	text-align: left;
	height: 19px;
	max-height: 19px;
	margin: 10px 0px 0px 10px;
	width: 70px;
	overflow: hidden;
	float: left;
}

#slogan{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #fbee31;
	text-decoration: none;
	letter-spacing: 0px;
	text-align: left;
	height: 39px;
	max-height: 100px;
	margin: 0px 0px 10px 0px;
	width: 450px;
	float: right;
	overflow: hidden;

}



#left_c,
#right_c{
	height: 500px;
	min-height: 500px;
	width: 49%;
	min-width: 50%;
}


#kopf{
	background-image: url(../images/global/kopfhg.jpg);
	background-repeat: no-repeat;
	height: 147px;
}

#divControl{
	width: 100%;
	height: 20px;
}

.scroll-button{
	width: 20px;
	margin-left: 20px;
}

#content-headline{
	padding-left: 20px;
	margin-top: 20px;
}


#divCont{
	position: relative;
	width: 99%;
	height: 380px;
}

#blende{
	margin: 10px 10px 0px 20px;
	position: absolute;
	width: 96%;
	height: 380px;
	clip: rect(0px auto 360px 0px)
}

.clScroll{
	position: absolute;
	visibility: hidden;
}
/* ***************************************************** */
/*  DESIGN */

html,
body{
	background-color: #FFFFFF;
}

/*
#main{
	background-image: url(../images/global/background.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#main2{
	background-image: url(../images/global/background-txt.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
*/

/* ***************************************************** */
/*  TEXT */

body{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0px;
	text-align: left;
}


#main{
	text-align: left;
}

#content-headline{
	color: #BC1A8A;
	font-size: 15px;
}
/* ***************************************************** */

a.navlink:link, a.navlink:visited, a.navlink:hover, a.navlink:active{
	font-family: arial, helvetica, sans-serif;
	font-weight: 700;
	font-size: 13px;
	color: #00519e;
	text-decoration: none;
	letter-spacing: 0px;
}

a.navlink:link, a.navlink:visited{
	color: #00519e;
}

a.navlink:hover,a.navlink:active{
	color: #72BAFE;
}

a.navlink:focus{
	outline: none;
}

