/***** global settings *****/
/* top margin 0px with white background, global font settings */
html, body
{
	margin: 0px;
/*  mask wrapper and unmark this to get widescreen pages!
	background-image: url(/modx/assets/templates/avganz/images/av_main_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
*/
	background-color: #AAA;
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

/* wrap content into relative wrapper for centered output */
#wrapper
{
	position: relative;
	background-image: url(../images/av_main_bg.gif);
	background-repeat: repeat-x;
	text-align: left;
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
}

/* header is 52px, starts at 0,0 */
#header
{
	position: absolute;
	top:0;
	left:0;
	height: 52px;
}

/* header img is logo, position at 35px */
#header img { margin-left: 35px; }

/* position of meta-navigation top right */
#header p
{
	position: absolute;
	margin-top: 6px;
	padding: 0;
	top: 0;
	left: 360px;
	width: 430px;
	text-align: right;
}

/* meta-navigation color effects */
#header p a, #header p a:visited
{
	color: #333;
	text-decoration: none;
}

#header p a:hover
{
	color: #C03;
	text-decoration: none;
}

/* set relative in order to allow wrapper background image */
#flash
{
	margin: 0;
	position: relative;
	top: 52px;
	left: 0px;
	height: 44px;
	width: 800px;
}

/* set relative with 0,0 top left */
#start
{
	position: relative;
	top: 0;
	margin: 0;
	left: 0;
	width: 100%;
	height: auto;
	background-color: #7c97ce;
}

#update
{
	margin-left: 35px;
	clear: left;
	font-size: 10px;
}

#update a
{
 	text-decoration: none;
 	color: #fff;
}

#update a:hover
{
color: black;
text-decoration: none;
}

/* set relative with 0,0 top left */
#content
{
	position: relative;
	top: 0;
	margin: 0;
	left: 0;
	width: 100%;
	height: 334px auto;
	background-color: #fff;
}

/* thread means image/text composition */
#content .thread
{
	background-color: #fff;
	margin: 0px 30px 0px 35px;
	padding-top: 35px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333;
	clear: both;
}

/* float image left to other content */
#content .thread img
{
	border: 0;
	margin: 2px 20px 0 0;
	float: left;
}

/* left margin 360px because of floating image */
#content .thread h3
{
	margin-bottom: 8px;
	color: #333;
	margin-left: 320px;
	width: 350px;
	margin-top: 0;
	font-size: 16px;
	line-height: 18px;
}

/* normal header */
#content h3
{
	margin-bottom: 8px;
	color: #333;
	width: 350px;
	margin-top: 0;
	font-size: 16px;
	line-height: 18px;
}

#content ul
{
	margin-top: 0px;
	margin-bottom: 8px;
	list-style-position: outside; 
	margin-left: 0px; 
	padding-left: 20px; 
	list-style: square; 
	vertical-align: middle;
}

/* allow list elements, use square dots */
#content .thread ul
{
	margin-left: 320px;
}

#content .thread ul li
{
	margin:0;
	padding:0;
}

/* pack content into paragraphs */
#content .thread p
{
	padding-top: 0px;
	margin-top: 0px;
	color: #333;
	margin-left: 320px;
	padding-left: 2px;
	/* IE6 PC */
	width: 350px;
	font-size: 11px;
	line-height: 14px;
    margin-bottom: 0;
    padding-bottom: 8px;
}

/* define content link color and hover */
#content a, div.ref a
{
	color: #C03;
	text-decoration: none;
}

#content a:hover, div.ref a:hover
{
	color: #333;
	text-decoration: underline;
}

img
{
	border: 0;
	margin: 0;
}

/* footer is positioned relative to content */
#footer
{
	clear: left;
	position: relative;
	top: 0px;
	width: 100%;
	margin-top: 0;
	background-color: #FFF;
	border-top: 1px solid #DDD;
}

#logo { margin: 5px 0 8px 470px; }

#logo img
{
	margin-right: 4px;
	display: inline;
}

#address
{
	background-color: #AAA;
	width: 100%;
	height: 60px;
}

#address img
{
	margin-top: 5px;
	margin-left: 248px;
}
/* end footer */


/*****  start page *****/
/* different bg image  */
#wrapper_start
{
	position: relative;
	background-image: url(../images/av_start_bg.gif);
	background-repeat: repeat-x;
	
/* unmark this to get widescreen page!
	margin: 0;
	width: 100%;
*/	
	text-align: left;
	width: 800px;	
	margin: 0 auto;
	background-color: #fff;
}

/* bigger flash content */
#flash_start
{
	position: relative;
	top: 52px;
	left: 0;
	height: 299px;
	width: 800px;
}

/* style news messages on start page */

#message
{
	position: relative;
	top:10px;
	padding-bottom: 15px;
    margin-left: 35px;
	background-color: #7c97ce;
}

#message p
{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

#news
{
	top:0;
	position: relative;
	background-color: #7c97ce;
	min-height: 120px;
}

#news p.title
{
	position: relative;
	left: 35px;
	font-size: 20px;
	color: #1c479e;
	font-weight: bold;
}

#news p.ticker
{
	position: relative;
	left: 35px;
	margin-top: 0;
	margin-right: 15px;
	width: 124px;
	font-size: 11px;
	line-height: 14px;
	float: left;
	color: #fff;
	font-weight: bold;
}

#news p a
{
	color: #fff;
	text-decoration: none;
}

#news p a:hover
{
	color: #1c479e;
	text-decoration: none;
}
/***** referenzen page *****/

#referenzen
{
	position: absolute;
	left: 600px;
	top: 180px;
	width: 190px;
	margin-left: 5px;
	font-size: 11px;
	line-height: 14px;
	z-index: 10;
}

div.ref 
{
	margin-top: 5px;
	font-size: 10px;
	margin-left: 5px;
	line-height: 14px;
}

#select_ref
{
	position: absolute;
	left: 600px;
	top: 125px;
	width: 190px;
	z-index: 10;	
}

#flash_ref
{
	position: absolute;
	left: 0px;
	top: 115px;
	width: 595px;
	height: 334px;
	z-index: 10;	
}

#flash_ref img
{
	border: 0;
	margin-top: 1px;
}

/***** mailform page *****/

#kontakt, div.av_style_dl, #upload, #WebLoginLayer0, #WebLoginLayer1, #WebLoginLayer2 
{
	margin-left: 35px;
	margin-top: 10px;
	font-size: 11px;
	line-height: 14px;
}

div.av_style_dl {
	display: block;
}
div.av_style_dl span {
	display: block;
}
div.av_style_dl div.fd-file {
	border-bottom: 1px solid #ddd;
	margin-left: 20px;
	background-color: #fff;
}
div.av_style_dl div.fd-file:hover {
	background-color: #eee;
}
div.av_style_dl .fd-alt {
	background-color: #eee;
}
div.av_style_dl .fd-parent {
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}
div.av_style_dl .fd-folder {
	margin-left: 20px;
	border-bottom: 1px solid #ddd;
}
div.av_style_dl .fd-firstfile {
	border-bottom: 1px solid #ddd;
}
div.av_style_dl div.fd-file span.fdexp-info {
	margin-left: 20px;
	font-size: 10px;
	margin-top: 2px;
}
div.av_style_dl img {
	vertical-align: middle;
	padding: 2px;
}

#kontakt br,  #WebLoginLayer0 br, #WebLoginLayer2 br
{
	clear: left;
}

#upload fieldset, div.av_style_dl fieldset, #WebLoginLayer0 fieldset, #WebLoginLayer1 fieldset, #WebLoginLayer2 fieldset
{
	width: 540px;
	padding: 20px;
	border: 1px solid #ddd;
}



form
{
	margin: 0;
}

label
{
	width: 150px;
	float: left;
	margin: 3px;
	padding: 5px 0px 0px 0px;
}

#kontakt select
{
	margin: 3px;
	padding: 0;
	width: 150px;
	font-size: 11px;
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
}

.fld
{
	margin: 3px;
	padding: 0;
	width: 250px;
	height: 14px;
	font-size: 11px;
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
}

#kontakt .msg
{
	margin: 3px;
	padding: 0;
	width: 250px;
	height: 100px;
	border: 1px solid #000;
	background-color: #fff;
	font-size: 11px;
	color: #000;
}

.btn
{
	margin-left: 0px;
	padding: 0px;
	width: 80px;
	border: 1px solid #000;
	background-color:#fff;
	text-align:center;
	cursor: pointer;
}

#upload strong, div.av_style_dl strong
{
	color: #cc0033;
}

#upload .btn
{
	margin-left: 0px;
	padding: 0px;
	width: 240px;
	border: 1px solid #000;
	background-color:#fff;
	text-align:center;
	cursor: pointer;
}

.btn_right
{
	margin-left: 420px;
	padding:0px;
	width: 80px;
	border:1px solid #000;
	background-color:#fff;
	text-align:center;
	cursor: pointer;
}

#kontakt .requiredValue
{
	color: #000;
	font-weight: bold;
}

#kontakt .invalidValue
{
	color: #C03;
	font-weight: bold;
}

#content div.news
{
	margin-left: 35px;
	margin-top: 35px;
	clear: left;
}

#content div.news img
{
	border: 0;
	float: left;
}

#content div.news p
{
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-left: 210px;
	padding-left: 2px;
	width: 480px;

}

#content div.news em
{
	color: #C03;
	font-style: normal;
	text-transform: uppercase;
}