@charset "UTF-8";

/* (c) copyright 2009 by Rene Kuhn, Web-Design, CH-9450 Luechingen */

/*
 * colors:
 *
 * grey background: #202028
 * page background: #000000
 * logo color:      #FF2880
 * text color:      #E09DB9
 *
 */

/* general elements */

body,td,th {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #E09DB9;
}

body {
	background-color: #202028;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../design/landing/bg_logo.gif);
	background-repeat: repeat;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration:none;
}

a:link {
	color: #FF2880;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FF2880;
}

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

a:active {
	text-decoration: none;
	color: #FF2880;
}

.clearfloat {
	float:none;
	clear:both;
	width:1px;
	margin:0;
	padding:0;
	font-size:0px;
	line-height:0px;
	height:0px;
}

.text_box1 {
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	margin-top: 25px;
	margin-left: 40px;
}

.text_box2 {
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	margin-top: 6px;
	margin-left: 40px;
}

/* page elements */

#page_wrapper {
	border: 0px solid black;
	width: 900px;
	margin-top: 4%;
	margin-right: auto;
	margin-bottom: 4%;
	margin-left: auto;
}

#page_container {
	background-color: #000000;
	border: 0px solid black;
	min-height:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* header */

#header {
	background-image: url(../design/landing/head.gif);
	background-repeat: no-repeat;
	height: 305px;
	width: 900px;
}

#header_text {
	font-size: 14px;
	text-align: left;
	padding-left: 40px;
	padding-top: 206px;
}

.title_text {
	font-size: 30px;
	color: #FF2880;
	font-weight: bold;
}


/* pict */

#pict_text1 {
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	margin-top: 30px;
	margin-left: 250px;
	width: 400px;
}

#pict_text2 {
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 280px;
	width: 340px;
}

#pict_frame {
	width: 350px;
	margin-top: 5px;
	margin-left: 275px;
}


/* exhibition */

#ex_text2 {
	font-size: 24px;
	text-align: left;
	font-weight: bold;
	margin-top: 6px;
	margin-left: 80px;
}

#ex_text4 {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 80px;
}

/* adress */

#adress1 {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 80px;
}
