/* Global Reset */
* {
	margin: 0;
	padding: 0;
}
/*
@font-face {
	font-family: 'OceanLight';
	src: url('../_fonts/OceanSansStd-Light.otf') format("opentype");
	font-style: normal;
	font-weight: lighter;
}

@font-face {
	font-family: 'OceanSemibold';
	src: url('../_fonts/OceanSansStd-Semibold.otf') format("opentype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'OceanBold';
	src: url('../_fonts/OceanSansStd-Bold.otf') format("opentype");
	font-style: normal;
	font-weight: bold;
}
*/
body, html {
	background-color: #FFF; /* unterer farbteil = ende des gradient */
	background-image: url(../_gfx/bgGradient.png); /* gradient oben, ende = background color */
	background-repeat: repeat-x;
	/* text-align: center;*/
	/*padding: 0px;
	margin: 0px;*/
	background-position: top;
	color: #FFF;
	/*font-family: OceanLight, Tahoma, Geneva, sans-serif;*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	
}
h1,h2,h3,h4,h5,h6 {
	
}
h1 {
	font-size: 2.4em;
	line-height: 1em;
	font-weight: normal;
	margin: 0;
	letter-spacing: 0em;
}
h2 {
	font-size: 1.8em;
	font-weight: 200;
	color: #1C1C1C;
	line-height: 1.8em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.2em;
	margin-left: 0;
	letter-spacing: -1px;
	/*font-family: OceanBold, "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/*letter-spacing: -1px;*/
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
h3 {
	/*font-family: OceanBold, "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 1.2em;
}
h4 {
	font-size: 0.9em;	
	margin: 0;
}
h5 {
	font-size: 0.65em;
	margin: 0;
	line-height: 1.5em;
}
td,th,ul,li,ol,p,div {
	text-align: left;
}
p{
	margin: 0.6em 0 0 0;		
}
.image {
	margin: 0.9em 0 1em 0;
}
td {
	vertical-align: top;
}

b strong {
	/*font-family: OceanSemibold, Tahoma, Geneva, sans-serif;*/
	font-weight: bold;
}

em {
	font-style: italic;
}

/************aufzählungen************/

ul {
	list-style-position: outside;
	list-style-type: circle;
}
ul, ol {
	list-style-position: outside;
}
ul#bull {
	list-style-type: square;		
}
ul#none {
	list-style-type: none;
	text-indent: -15px;
}
ol#nbr {
	list-style-type: decimal;
}

/**************L I N K S*****************/

a:link {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #CCC;
	cursor: auto;
}



/***********P A G E W R A P P E R***********/
#siteWrapper {
	width:904px;
	/*height:870px;*/
	z-index:1;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	visibility: visible;
}

/*************L A Y O U T**************/
table#cgMainLayout {
	width:100%;
}

div#colLeft {
	width: 200px;
	margin-top: 50px;
	margin-left: 0px;
	float: left;
}

td#frameTop {
	/*background-image: url(../_gfx/pageFrame_top.png);
	background-repeat: repeat-x;*/
}

td#frameRight {
	/*background-image: url(../_gfx/pageFrame_right.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;*/
	height: 590px;
	width: 6px;
}
div#rightShadow {
	/*background-image: url(../_gfx/pageFrame_rightTop.png);
	background-repeat: no-repeat;
	height: 590px;
	top: auto;*/
	width: 6px;
}

td#frameBottom {
	/*background-image: url(../_gfx/pageFrame_bottom.png);
	background-repeat: repeat-x;
	*/
}

td#frameLeft {
	/*background-image: url(../_gfx/pageFrame_left.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;*/
	height: 590px;
	width: 6px;
}
div#leftShadow {
	/*background-image: url(../_gfx/pageFrame_leftTop.png);
	background-repeat: no-repeat;*/
	height: 590px;
	top: auto;
	width: 6px;
}
td#frameLeft {
	/*background-image: url(../_gfx/pageFrame_left.png);
	background-repeat: repeat-y;*/
}

td#frameTopLeft {
	/*background-image: url(../_gfx/pageFrame_topLeft.png);
	background-repeat: no-repeat;
	background-position: left;*/
}

td#frameTopRight {
	/*background-image: url(../_gfx/pageFrame_topRight.png);
	background-repeat: no-repeat;
	background-position: right;*/
}

td#frameBottomLeft {
	/*background-image: url(../_gfx/pageFrame_bottomLeft.png);	
	background-repeat: no-repeat;
	background-position: left;*/
}

td#frameBottomRight {
	/*background-image: url(../_gfx/pageFrame_bottomRight.png);	
	background-repeat: no-repeat;
	background-position: right;*/
}

p#clear {
	clear: both;
	font-size: 0.1em;
	margin: 0;
}


/************H E A D E R***************/

.HeaderBildleiste {
	margin-left: 268px;
	margin-top: 32px;
	width: 600px;
}

.siteHeader{
	width: 892px;
	height: 446px;
	border: 1px solid #999;
	margin: 0px;
	padding: 0px;
	v\ertical-align: top; /*generiert verschiebung im spry-menu bei ie!!*/
}
.headerLeft {
	width: 222px;
	float: left;
}
.headerRight {
	width: 670px;
	margin-left: 222px;
}

/**************N A V I G A T I O N******************/

div.navigation {
	width:100%;
	vertical-align: top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
td.naviTD {
	padding-left: 36px;
	height: 22px;
}
td.naviSpace {
	height: 6px;	
}

/***************I N F O B A L K E N*****************/

div#infoBalken {
	width:600px;
	/*height:50px;*/
	z-index:10000;
	position: absolute;
	margin-top: 350px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 160px;
}
td#infoBalken {
	border: 7px solid #6A8193;
	background-color: #F7F7F7;
	min-height: 300px;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/***************C O N T A C T*****************/

div#contact {
	width: 180px;
	clear: none;
	margin-top: 200px;
	padding: 20px;
}
table#contact{
	border: 1px solid #5e6d78;
}
td#contact{
	text-align: left;
	font-size: 1em;
	color: #1C1C1C;
	font-weight: normal;
}

/**************C O N T E N T******************/

div.content {
	margin-left:156px;
	margin-top:50px;
	width: 600px;
}
td#content1 {
	visibility: visible;
}
div#content1 {
	height: 100px;
}
div#content2 {
	visibility: hidden;	
}
td#cgContent {
	height:500px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
	visibility: hidden;
}

/***********A L T C O N T E N T***************/
div.altContent{
	margin-top: 20px;
	color: #333;/*
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;*/
}
div.altContent.left{
	float: left;
	width: 330px;
}
div.altContent.right{
	margin-left: 330px;
}
.altContentLink:link, .altContentLink:active, .altContentLink:visited, .altContentLink:active {
	color: #666;
	text-decoration: underline;
}

.altContentLink:hover{
	cursor: auto;
	font-weight: bold;
}
/*************F O O T E R*********************/

div#footer{
	text-align: right;
	margin-left: 0px;
	margin-top: 25px;
}
td#footer{
	text-align: right;
	font-size: 0.8em;
	color: #666;
	line-height: normal;
}

/**************P O R T R A I T S****************/
table#portraits{
	/*border: 1px solid #C69C5C;*/
}
.portraitIMG {
	width:120px;
}
td.portraitBild {
	width: 120px;
}

td.portraitText {
	vertical-align: top;
	width: 480px;
	padding-right: 10px;
}

/**************F A Q***************************/

table.faqAntworten {
	margin-bottom: 20px;
}
td.faqAntworten {
	padding-bottom: 20px;
}
td#faqTop {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #1C1C1C;
	height: 20px;
}
div#top {
	background-image: url(../_gfx/top.png);
	background-repeat: no-repeat;
	height: 20px;
	background-position: right top;
}

div .trennlinie {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #1C1C1C;
	width:100%;
	padding-top: 0px;
	padding-bottom: 0px;
	clear: both;
}

div#trennbalken {
	height: 20px;
	width:600px;
	padding-top: 20px;
	padding-bottom: 20px;
}
label {
	font-size: 0.80em;	
}

