/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #002240 url(images/bg01.gif) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h2 {
	/*text-transform: lowercase;*/
	letter-spacing: -1px;
	font-size: 15px;
	font-weight: normal;
	color: #C7FCFF;
}

h3 {
	font-size: 11px;
	font-weight: normal;
	color: #ACF7FD;
}

h4 {
	font-size: 10px;
	color: #4493A4;
}

/** TEXTS */



body, th, td  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #78C6DA;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 16px;
}

.text1 {
	font-size: 11px;
	font-weight: bold;
	color: #ACF7FD;
}

.text2 {
	height: 26px;
	padding: 8px 0px 0px 17px;
	background: url(images/homepage05.gif) no-repeat left top;
}

.text2long {
	height: 26px;
	padding: 8px 0px 0px 17px;
	background: url(images/homepage05.gif) no-repeat left top;
}

.text3 {
	height: 26px;
	padding: 8px 0px 0px 17px;
	background: url(images/homepage07.gif) no-repeat left top;
}

.text4 {
	height: 26px;
	padding: 8px 0px 0px 17px;
	background: url(images/homepage06.jpg) no-repeat left top;
}

.text5 {
	height: 26px;
	padding: 8px 0px 0px 17px;
	background: url(images/homepage16.gif) no-repeat left top;
}

.text6 {
	height: 26px;
	padding: 8px 0px 0px 17px;
	background: url(images/homepage20.jpg) no-repeat left top;
}

.text7 {
	text-align: center;
	color: #3A7A84;
}

.text8 {
	height: 26px;
	padding: 8px 0px 0px 17px;
	background: url(images/subpage2_01.jpg) no-repeat left top;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	padding: 5px 0px 8px 0px;
	background: url(images/homepage21.gif) repeat-x left top;
}

.list1 .first {
	background: none;
}

/** LINKS */

a {
	color: #B2F8FF;
}

a:hover {
	text-decoration: none;
}


.chosen {
	padding: 8px 0px;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	
}

.chosen:hover {
	text-decoration: underline;
}

.notchosen {
	padding: 8px 0px;
	text-align: center;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
	
}

.notchosen:hover {
	text-decoration: none;
}

.link1 {
	text-transform: lowercase;
	text-decoration: none;
	font-size: 12px;
	color: #EEFCFF;
}

.link1:hover {
	text-decoration: underline;
}

.link2 {
	display: block;
	padding: 5px 0px;
	text-align: center;
	background: url(images/homepage21.jpg) repeat left top;
}

.link3 {
	padding-left: 13px;
	background: url(images/homepage17.gif) no-repeat left center;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/bg04.jpg) no-repeat left top; }
.bg2 { background: url(images/bg05.jpg) no-repeat left top; }
.bg3 { background: url(images/bg07.gif) no-repeat left top; }
.bg4 { background: #093468 url(images/homepage08.gif) no-repeat left bottom; }
.bg5 { background: url(images/homepage18.gif) no-repeat left top; }
.bg6 { background: url(images/homepage19.jpg) no-repeat left top; }
.bg7 { background-image: url(images/subpage1_03.gif); }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

.table_rahmen { 
	border:1px;	
	border-color:#1A77D2; 
	border-style:solid; 
}

.linetop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1A77D2;
}

.lineleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1A77D2;
}

.lineright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1A77D2;
}

.linebottom {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #1A77D2;
}

