/* CSS-Document : base.css */

html {
	height:100%;
}
body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:15px;
	color:#333333;
}
table {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/* TAG-Definitionen */
hr {
	height: 1px;
	color: #ff9900;
}
h1 {
	font-size: 12px;
	color:#FFF1D7;
	background-color:#999999;
	margin:0px 0px 0px 0px;
	padding:3px 0px 2px 5px;
}
h2 {
	font-size:10px;
	font-weight:bold;
	color:#000000;	
	margin:0px 0px 0px 0px;
	padding:2px 0px 0px 2px;
}
ul {
	list-style-type : disc;
	list-style-position : outside;
	color: #ff9900;
}
/* Formulare */
input { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 13px; 
	color: #000000; 
	background-color: #FFFFFF; 
	border: 1px #FF9900 solid 
}
textarea { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 13px; 
	color: #000000; 
	background-color: #FFFFFF; 
	border: 1px #FF9900 solid 
}
input.checkbox {
	border: 0px;
}
input.feldbreite200 {
	width: 200px;
}
textarea.feldbreite200 {
	width: 200px;
}


/* Textauszeichnungen */
.copytext10pt {
	font-size: 1.1em;
	line-height:1.3em;
}
.copytext11pt {
	font-size: 1.2em;
	line-height:1.5em;
}

.texteinzug {
	padding: 10px 6px 6px 10px;
}
.texteinzug2 {
	padding: 10px 20px 6px 10px;
}
.text-orange {
	font-family : Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #d98200;
}
.text-weiss {
	font-family : Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing: 0.2em;
	color: #ffffff;
}

/* Bildabstände */
.bild-rechts {
	margin-left: 10px;
	margin-bottom: 10px;
}
.bild-links {
	margin-right: 10px;
	margin-bottom: 10px;
}

/* Containerdefinitionen - Layout */
#typoGrafik {
	position: absolute;
	top:108px;
	left:0px;
	height:500px;
	z-index:19;
	width:76;
	height:477px;
	background-color:#ffffff;
	background-image:url(../images/laylinkshome.gif);	
	background-repeat:no-repeat;
}
#pageHeader {
	position: absolute;
	top:11px;
	left:45px;
	width: 757px;
	height:50px;
	z-index:12;
	background-image:url(../images/layhead.jpg);
	background-repeat:no-repeat;
}
#logo {
	position: absolute;
	top:10px;
	left:7px;
	height: 100px;
	width:100px;
	z-index:20;
}

/* Containerdefinitionen - Content*/
#content {
	position:absolute;
	top: 100px;
	left: 106px;
	width:695px;
	padding:0px 0px 0px 0px;
	z-index: 18;
}
#containerspalte {
	border: 0px;
	border-left: 1px solid #ff9900;
	border-right: 1px solid #ff9900;
}
#container {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:15px;
	color:#333333;
}
#container a {
	color: #d98200;
	text-decoration: none;
}
#container a:hover {
	color: #d98200;
	text-decoration: underline;
}

/* Sprach-Flags */
#languageD {
	position:absolute;
	top:0px;
	left:739px;
	z-index: 13;
}
#languageUK {
	position:absolute;
	top:13px;
	left:739px;
	z-index: 13;
}
#languageF {
	position:absolute;
	top:25px;
	left:739px;
	z-index: 13;
}
#languageE {
	position:absolute;
	top:37px;
	left:739px;
	z-index: 13;
}
