/* STYLESHEET GENERAL - Aerzener Maschinenfabrik 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Xenario GmbH - 10.03.2010
-----------------------------------------------------------
	Basiseinstellungen
	Wraps
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/*  ------ Basiseinstellungen -----  */
* {
    padding: 0px;
    margin: 0px;
}

body, table, select, input, textarea, button {
    font-family: Arial, sans-serif;
    font-size: 12px;
}

body {
	background-color: #233444;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
    color: #555555;
	overflow: scroll;
	overflow-x: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
	margin-bottom: 15px;
}

table td,
table th {
    vertical-align: top;
}

table th {
    text-align: left;
}

hr {
    background-image: url(teaser.gif);
    padding-bottom: 8px;
}

img {
	border: 0px;
}

h1 {
	color: #006ab3;
    font-size: 2.3em;
    font-weight: normal;
    border-bottom: 1px solid #bbb;
    padding-bottom: 5px
}

h1 .subline {
	color: #666;
    font-size: 0.6em;
    font-weight: normal;
    text-transform: none;
}

h1 a {
    color: #006ab3;
}

h2 {
	color: #666;
    font-size: 0.6em;
    font-weight: normal;
    text-transform: none;
	/* padding-bottom: 5px; */
}

h2 a {
	color: #666;
	}

h1.alternative,
h2.alternative, 
h3.alternative {
	display: none;
}

h3.month {
	color: #006ab3;
	font-size: 1.5em;
	text-transform: none;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}

.headerlines {
	padding-bottom: 25px;
}

.headerlines img {
	display: block;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
	margin-bottom: 7px;
}


h4 .light {
	color: #8b8b8b;
}

h5 {
	color: #555;
    font-size: 1em;
	border-bottom: 1px solid #bdbdbd;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

h6 {
	color: #555;
    font-size: 1em;
	margin-bottom: 5px;
}

p {
    padding-bottom: 15px;
}

a {
    color: #006ab3;
    text-decoration: none;
}

hr {
	margin: 15px 0px 15px 0px;
	border: 0px;
	border-top: 1px solid #dddddd;
	color: #ffffff;
}

iframe{
	border: 0 #fff;
	overflow: hidden;
}

.space{
	margin:5px;
	}
	
a.anchor {
	line-height: 0px;
}

#top-anchor {
	position: absolute;
}

a:hover {
    text-decoration: underline;
}

ul {
    list-style-type: none;
}

.spamfilter {
	display: none;
}

.error {
	font-weight: bold;
	color: #c31919;
}

.clear,
.clearLeft,
.clearRight,
.separator {
    clear: both;
    line-height: 0px;
	height: 0px;
	margin: 0;
}

.clearLeft {
    clear: left;
}

.clearRight {
    clear: right;
}

.print {
	display: none;
}

/* ----- Wraps ----- */
#wrap {
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
    margin-left: auto;
    margin-right: auto;
	padding: 0px 5px 30px 5px;
    width: 900px;
}

#logo-wrap {
	position: absolute;
	margin: 7px 0px 0px 74px;
}

#content-wrap {
	background-color: #ffffff;
	background-image: url(../images/content_background.gif);
	background-repeat: no-repeat;
	padding: 30px 30px 20px 250px;
	min-height: 650px;
}
#content-wrap p{
	line-height: 1.4em;
}


#worldwide-wrap {
	background-color: #ffffff;
	background-image: url(../images/worldwide_background.gif);
	background-repeat: no-repeat;
}

#worldwide {
	padding: 30px 140px 20px 140px;
}

