/* (c) 2001 - 2007, EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */

/* 
Hinweise: 
schwarz, sw	    :	#000000;
weiss, w		:	#ffffff;
rot, gn		    :	#;
grün, gr		: 	#;
*/


/* Aufteilung */
.page-margins
{

}

.page
{
	width:					960px;
	height:					640px;
	margin:					auto;
	background-color:		#F5F5F5;
	font-size:				13px;
	line-height:			18px;
}

.header
{
	width:					960px;
	height:					auto;
	margin:					auto;
}

.header .logo
{
	width:					960px;
	height:					83px;
	background-color:		#fff;
}

.header .navigation
{
	width:					960px;
	height:					107px;
	background-color:		#E0EAF6;
	border-bottom:			3px solid #FFFFFF;
}

.main
{
	width:					960px;
	height:					447px;
	margin:					auto;
	padding:				0px 0px 0px 0px;
	background-color:		#F5F5F5;
}

.main .content
{}

.main .content .col1
{
	position:				relative;
	float:					left;
	width:					396px;
	padding:				29px 0px 0px 62px;
	height:					389px;
}

.main .content .col1 .pageentry_top
{
	width:					330px;
}

.main .content .col1 .pageentry_top a
{
	text-decoration:		underline;	
}

.main .content .col1 .pageentry_bottom
{
	width:					320px;
	position:				absolute;
	bottom:					12px;
}

.main .content .col1 .pageentry_bottom a
{
	text-decoration:		underline;	
}


.main .content .col2
{
	border-left:			3px solid #FFFFFF;
	float:					left;
	height:					447px;
	width:					499px;
	overflow:				hidden;
}

.main .content .col2 a
{
	text-decoration:		underline;	
}

.main .content .col2 .kontakt
{
	padding:				29px 32px; 
}

.main .content .col2 .cont_text
{
	float:					left;
	padding:				29px 32px;
	overflow:				auto;
	height:					389px;
	width:					372px;
	background-color:		#DBDBDB;
}

.main .content .col2 .cont_maintext
{
	padding:				29px 32px;
}
.main .content .col2 .image
{
	text-align:				center;
	float:					left;
	height:					100%;
	width:					100%;
}

/* Basisdefinitionen */
*
{
	color:					#57585A;
	font-family:			Arial;
	font-size:				13px;
	line-height:			18px;
	margin:					0px;
	padding:				0px;
}

body
{}

a:link
{
	color: #57585A;
	text-decoration: none;
}

a:visited
{
	color: #57585A;
	text-decoration: none;
}

a:hover
{
	color: #57585A;
	text-decoration: underline;
}

a:active
{
	color: #57585A;
	text-decoration: none;
}

h1
{
 	font-size: 13px;
	font-weight: bold;
}

h2
{
 	font-size: 13px;
	font-weight: bold;
}

b						{ font-weight: bold; }

strong					{ font-weight: bold; }

i						{ font-style: italic; }

img						{ border: 0px;}

p						{ padding: 0px 0px 0px 0px; }

ul						{ }
ol						{ margin-top: 5px; margin-bottom: 5px; }
ul li					{ list-style : square; }

hr						{ border: 0px solid #000000; height: 1px; background: #000000 url(../pics/layout/trans.gif); }