* {
	font-family:Verdana, sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
}
.normaltext_kor,
.normaltext_kor * {
	font-family: Batang;
}
img {
	border-width:0px;
}

h1 {
	font-size:25px;
	text-align:center;
	padding:5px;
	clear:both;
}

h2 {
	font-size:16px;
	text-align:left;
	clear:both;
	padding-top:15px;
	position:relative;
	left:-10px;
}

body {
	background-color: #3399FF;
}

.header, .haupt_aussen, .footer {
	border: 3px solid #0c74f5;
	overflow:hidden;
}

.header, .haupt_aussen, .footer {
	width: 756px;
	margin:auto;
}

.haupt_aussen {
	border-top-width:0px;
	background-color:white;
	overflow:hidden;
	background-image:URL(/grafik/menu-background.gif);
	background-position:0px 0px;
	background-repeat:repeat-y;
}

.haupt {
	width: 589px;
	overflow:hidden;
	padding:2px;
	text-align:center;
}

/* ---------------------------------------------
   Language-Site
	 --------------------------------------------- */

.haupt_aussen .lang {
	width:160px;
	padding:10px;
	float:left;
	text-align:center;
}

.haupt_aussen .lang a {
	text-decoration:none;
}

.haupt_aussen .lang a:hover {
	text-decoration:underline;
}


/* ---------------------------------------------
   Normal text in haupt-area
	 --------------------------------------------- */
.haupt .normaltext,
.haupt .normaltext_kor {
	width:520px;
	text-align:left;
	margin: 0px auto 0px auto;
	clear:both;
}
.haupt a {
	color:black;
	font-weight:bold;
	text-decoration:underline;
}
.haupt a:hover {
	text-decoration:none;
}
.haupt .dot {
	text-align:left;
	padding-left:12px;
	background-image:URL(/grafik/dot.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	clear:left;
}


.footer {
	background-image:URL("../grafik/footer.jpg");
	height:42px;
	border-top-width:0px;
	margin-bottom:20px;
}

/* Header-Bild */
.header {
	height:99px;
	margin-top:5px;
	background-image:URL("../grafik/header.jpg");
}

.linkliste {
	padding:5px; text-align:center;
}
.linkliste a {
	margin:10px;
}

.suchwort {
	height:0px;
	overflow:hidden;
	color:#3399FF;
}

/* ---------------------------------------------
   Bilder in Text 
   --------------------------------------------- */
.bild_rechts, .bild_links, .bild_mitte {
	width:184px;
	margin:4px 4px 4px 4px;
	text-align:center;
	overflow:hidden;
	font-weight:normal;
	font-size:12px;
	display:block;
	text-decoration:none;
}
a.bild_rechts, a.bild_links, a.bild_mitte {
	text-decoration:none;
	font-weight:normal;
	font-size:12px;
}

.bild_rechts {
	float:right;
}
.bild_links {
	float:left;
}
.bild_mitte {
	margin-left:auto;
	margin-right:auto;
}
.bilder2_mitte {
	margin-left:auto;
	margin-right:auto;
	width:392px;
}
.bilder3_mitte {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:588px;
}
.bild_rechts img, .bild_links img, .bild_mitte img{
	border:2px solid #0c74f5;
	margin:0px auto 0px auto;
}
.bild_links .thumb {
	width:180px;
	height:135px;
	border:2px solid #0c74f5;
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
}

.haupt .map {
	margin:0px 5px 0px 5px;
	border:1px solid #0c74f5;
	height:500px;
	overflow:scroll;
}

/* ---------------------------------------------
   Forms
   --------------------------------------------- */
.formfield {
	width:500px;
	clear:left;
	margin:5px auto 5px auto;
	overflow:hidden;
}
.formfield .description {
	font-weight:bold;
	width:130px;
	clear:left;
	float:left;
	text-align:right;
	margin-top:1px;
}
.formfield .field {
	width:350px;
	text-align:left;
	overflow:hidden;
	margin-left:140px;
}
.formfield .field input,
.formfield .field textarea{
	width:340px;
}
.formfield .field .formbutton{
	width:150px;
}

/* Info-Boxes
--------------------------------------------- */
.info_red, .info_green, .info_box {
	width:90%;
	margin:5px auto 5px auto;
	padding: 5px;
	text-align:center;
	border:2px solid red;
}

.info_box {
	border:2px solid #0c74f5;
	background-color:#c4daf5;
}

.info_red {
	border:2px solid red;
	background-color:#ffbdbd;
}

.info_green {
	border:2px solid #00dd53;
	background-color:#bdffd6;
}
