html {
	overflow-y: scroll;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0;
	color: #000;
	background-color: #fff;
	font-family: verdana, geneva, sans-serif;	
	background-position: center;
	background-repeat: repeat-y;
}

table  { 
	empty-cells: show;
}


#AbstandTop {
	height: 5px; 
	background-color: #fff; 
	font-size: 1px;
}

#Center {
	position: relative;
	width: 746px;
	text-align: left;
	margin: 0px auto;
}

#Left {
	position: absolute;
	height: 489px;
	width: 275px;
	top: 0px;
	left: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

#LeftPos {
	position: relative;
	margin: 10px 0 20px 10px;
}

#Main {
	position: absolute;
	width: 464px;
	top: 0px;
	left: 282px;
	background-image: url(/images/bg_grau.gif);
	background-repeat: no-repeat;
	padding: 0px;
}

#MainPos {
	position: relative;
	padding: 85px 25px 50px 25px;
}

.LinkLogo {
	position: absolute;
	width: 116px;
	height: 110px;
	top: 0px;
	left: 0px;
}


#Nav {
	
}



/* Links ---------------------------- */

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

a:hover {
	text-decoration: underline;
	color: #fff;
}

.LinkSchwarz:hover,.LinkGruen:hover,.LinkGelb:hover,.LinkGrau:hover,.LinkBlau:hover,.LinkRot:hover,.LinkOrange:hover,.LinkLila:hover,.LinkTuerkis:hover
	{
	text-decoration: underline;
	color: #000;
}

.LinkSchwarz {
	text-decoration: none;
	color: #000;
}

.LinkGrau {
	text-decoration: none;
	color: #9B9B9B;
}

.LinkGruen {
	text-decoration: underline;
	color: #8DA304;
}

.LinkGelb {
	text-decoration: underline;
	color: #C08A50;
}

.LinkBlau {
	text-decoration: none;
	color: #869BCF;
}

.LinkRot {
	text-decoration: none;
	color: #E9887B;
}

.LinkOrange {
	text-decoration: underline;
	color: #E88559;
}

.LinkLila {
	text-decoration: none;
	color: #BD808F;
}

.LinkTuerkis {
	text-decoration: none;
	color: #78C885;
}

.LinkThumbnail {
	cursor: pointer;
	display: block;
	float: left;
	height: 200px;
	margin-bottom: 10px;
	background-color: #C8C8C8;
}

.LinkThumbnail:hover {
	background-color: #DE753D;
}




/* Texte / Titel ---------------------------- */

.TextSmall  { 
	font-size: 11px;	
	margin: 0px;
	font-weight: normal;
	line-height: 15px;
}

.TextSmallGrau  { 
	font-size: 11px;	
	margin: 0px;
	font-weight: normal;
	line-height: 15px;
	color: #747474;
}
	
.TextXSmall  { 
	font-size: 10px;	
}

.TextXSmallGrau  { 
	font-size: 9px;	
	margin: 0px;
	font-weight: normal;
	line-height: 12px;
	color: #747474;
}

.TextNorm  { 
	font-size: 12px;	
	margin: 0px;
	line-height: 17px;
	color: #000;
}

.TitleSmall  { 
	font-size: 11px;	
	margin: 0px;
	line-height: 15px;
	color: #000;
}
	
.TitleNorm  { 
	font-size: 12px;	
	margin: 0px 0 8px 0;
	line-height: 17px;
	color: #000;
}

.TitleSmallGrau  { 
	font-size: 11px;	
	margin: 0px;
	line-height: 15px;
	color: #8D8D8D;
	font-weight: bold;
}

.TitleNormGrau  { 
	font-size: 12px;	
	margin: 4px 0 10px 0;
	line-height: 15px;
	color: #8D8D8D;
}

.TitleUppercase  { 
	font-size: 11px;	
	margin: 0px 0 12px 0;
	line-height: 15px;
	text-transform: uppercase;	
	color: #869bcf;
}

.TitleUppercaseOrange  { 
	font-size: 11px;	
	margin: 10px 0 0 0;
	line-height: 15px;
	text-transform: uppercase;	
	color: #E88559;
}

.TitleUppercaseSchwarz  { 
	font-size: 11px;	
	margin: 10px 0 0 0;
	line-height: 15px;
	text-transform: uppercase;	
	color: #000;
}

.TitleProjects  { 
	display:block;
	font-size: 19px;	
	margin: 30px 0 -3px 0;
	padding:20px 0 0 0;
	line-height: 15px;
	font-weight: normal;
	color: #869bcf;
	background: url(/images/dotted.gif) repeat-x left top; 
}

.Liste  { 
	margin-top: 5px; 
	margin-bottom: 0px; 
	line-height: 14px;
}


/* Listen/Container ---------------------------- */

ul { 
	clear: both;
	margin-top: 0px;	
	margin-left: 16px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-bottom: 8px;
	style-position: outside;
}


.ContainerDotted {
	padding: 10px 0 6px 0; 
	background-image: url(/images/dotted.gif); 
	background-position: left top; 
	background-repeat: repeat-x;

}


