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

	SITE: julia-juergens.com

	grass@mai-multimedia.de 2009

******************************************************/
* {
	font-family:Arial, Helvetica, Sans-serif;
	font-size:1em;
	line-height:1.3em;
	color:#000;
	color:#2b1808;
	margin:0;
	padding:0;
}


html {
	width:100%;
	height:100%;
	font-size:75%;
}

body {
	width:100%;
	height:100%;
	background-color: #d17d3c;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	overflow:auto;
}

img { border:none; }

.clear { clear: both; }
.invisible { display: none; }

img { border: none; }
.imgLeft { float: left;  clear: left; margin: 4px 10px 10px 0;}
.imgRight { float: right; margin: 4px 0 10px 10px; }

form {
	margin:0;
	padding:0;
}

p { margin-bottom:1em; }

h1, h2, h3, h4, h5, h6 {
	color:#525099;
	font-size:1em;
	font-weight:normal;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	padding:0;
	font-size:1.7em;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.1em;
	line-height:1.1em;
	color:#552e0f;
	padding:5px 0 0 0;
	clear: both;
}

h3 {
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:0.5em;
	clear: both;
}

cite {
	color:#552e0f;
	font-style:normal;
}

small {
	color:#552e0f;
	font-size:0.8em;
}

ul {}
li { margin-left:1.3em; }

a:link { color:#000; text-decoration:underline; }
a:active, a:hover { color:#fff; }
a:visited { color:#000; }

.alignRight {
	float:right;
	margin:0 0 10px 10px;
}

.alignLeft {
	float:left;
	margin:0 10px 10px 0;
}

/* Fuer alle Objekte, die nicht gedruckt werden sollen */
.noprint { }


.white { color:#fff; }
.white a:link, .white a:visited { color:#fff; text-decoration:underline; }
.white a:active, .white a:hover { color:#a61613; }





/**
 *	Seitenaufbau
 */

#outerBox {
	width:100%;
	height:100%;
}

#logoBox {
	position:absolute;
	left:17px;
	top:24px;
	width:146px;
	height:140px;
	overflow:hidden;
}

#menuBox {
	position:absolute;
	left:10px;
	top:185px;
	top:208px;
	width:170px;
	height:auto;
	overflow:hidden;
	font-family:"Times New Roman", Times, serif;
	color:#552e0f;
	z-index:10;
}



#mainNav /*ul*/
	{
		margin: 0;
		padding: 0;
		list-style: none;
    }
#mainNav li
	{
		margin: 0;
		padding: 0;
    }
#mainNav a:link, #mainNav a:visited
	{
		text-decoration:none;
		display:block;
		width:170px;
		height:20px;
		padding-left:15px;
    }
#mainNav a span
	{
		color:#552e0f;
		font-family:"Times New Roman", Times, serif;
		font-size:1.2em;
    }

#mainNav a.active
{
	background-image:url(/images/bg-menu.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
}
#mainNav a.active span, #mainNav a.active:hover span{
	color:#525099;
}


#mainNav a:active span, #mainNav a:hover  span { color:#fff; }

#contentBox {
	position:absolute;
	left:163px;
	top:12px;
	width:823px;
	height:600px;
	overflow:hidden;
	background-image:url(/images/bg-content.jpg);
	background-repeat:no-repeat;
	z-index:1;
}

#contentInnerBox {
	margin:16px 17px 105px 17px;
	height:500px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:top right;
}

#headlineBox {
	position:absolute;
	top:70px;
	left:17px;
	width:auto;
	height:50px;
	overflow:hidden;
	padding-left:50px;
	padding-right:50px;
	background-image:url(/images/bg-headline.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#textBox {
	position:absolute;
	top:145px;
	left:67px;
	width:480px;
	height:360px;
	padding-right: 20px;
	overflow:auto;
}

#addressBox {
	position:absolute;
	left:230px;
	top:547px;
	width:710px;
	height:46px;
	overflow:auto;
	z-index:15;
	font-size:0.9em;
}



a.download { padding-left: 25px ; }
a.pdf { background: transparent url(/images/media_pdf.gif) no-repeat; }
a.ppt { background: transparent url(/images/media_ppt.gif) no-repeat; }
a.txt { background: transparent url(/images/media_txt.gif) no-repeat; }
a.doc { background: transparent url(/images/media_doc.gif) no-repeat; }
a.xls { background: transparent url(/images/media_xls.gif) no-repeat; }
a.zip { background: transparent url(/images/media_zip.gif) no-repeat; }
a.swf {	background: transparent url(/images/media_swf.gif) no-repeat; }
a.mov {	background: transparent url(/images/media_mov.gif) no-repeat; }
a.mp3 {	background: transparent url(/images/media_mp3.gif) no-repeat; }



			#maiBox {
				position:absolute;
				left:616px;
				top:430px;
				width:180px;
				height:auto;
				z-index:20;
			}

/*************************
	FORMULARE
**************************/

form
	{
		margin: 1.4em 0;
		padding: 0;
	}
input, textarea, select
	{
		width: 250px;
	}
.fbError
	{
		color: #cc0000;
	}
.fbError input, .fbError textarea
	{
		border: solid 2px #cc0000;
	}
.formField
	{
		clear: both;
		padding: 2px 0;
	}
.formField label
	{
		width: 120px;
		float: left;

	}
.button
	{
		margin-left: 120px;
		margin-top: 10px;
	}
#sendButton
	{
        width: 160px;
		height: 30px;
		background: transparent url(/images/sendButton.png) no-repeat;
		border: none;
		cursor: pointer;
    }


.radio
	{
		width: auto;
	}

.radioSet
	{
		display: inline;
		padding-right: 1em;
	}
.radioLabel
	{
		position: relative;
		top: -2px;
		padding: 0 0.5em;
	}
.radioSet.fbError
	{
		border: none;
	}
.check
	{
		float: left;
		clear: both;
	}
.formField label.checkboxLabel, .formField label.radioLabel
	{
		position: relative;
		top: 0;
		float: none;
		padding-left: 0.5em;
		width: 100%;
	}
.formHint
	{
		clear: both;
		padding: 1em 0;
		font-size: 0.8em;
	}
.formField h4	{ padding: 1em 0;}





.alertBox h4
	{
		display: none;
		font-size: 1.2em;
	}
.alertBox
	{
		color: #cc0000;
		padding: 0 0 20px 50px;
		background: transparent url(/images/alertSign.gif) no-repeat left top;
		margin-top: 20px;
	}
.alertBox ul
	{
		color: #cc0000
	}