/*euroweek 2008 sangerhausen csss*/

/* GLOBAL */

html {
	margin: 0;
	padding: 0;
	border: 0;
}
h1 { display: none }
h2 { display: none }
h3 {
	background: #444444;
	color: #fff944;
	font-size: 18px;
	letter-spacing: -1px;
	padding-left: 10px;
	padding-top: 4px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	height: 22px; 
}

h4 {
	color: #111;
	background: #fff944;
	font-size: 16px;
	letter-spacing: -0.5px;
	font-variant: small-caps;
	padding-left: 5px;
}
 h6 {
 	font-size: 14px;
	color: #222222;
 }

img {
	display: inline;
}

a {
	color: #508df8;
	text-decoration: none;
	font-family: gill sans, verdana, sans-serif;
	letter-spacing: -0.1px;
}

a:hover {
	color: #111111;
}

div#container {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px; 
}



div#head {
	width: 100%;
	height: 122px;
}

div#navi {
	margin-top: 2px;
	margin-left: 1px;
}

.navitem {
	width: 140px;
	height: px;
	text-align: center;
	font-size: 18px;
	margin: 0 1px;
	background: #444444;
	display: inline-block;
	float: left;
	padding-top: 6px
}

.navitem a {
    font-weight: 100;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-family: myriad pro, helvetica, arial, sans-serif;
}

.navitem a:hover {
	font-weight: 1000;
	color: #000;
}

.navitem:hover {
	background: #fff944;
}

.navitem:hover a {
	color: #444444;
}

div#content {
	margin-left: 5px;
	margin-top: 100px;
	display: block;
}


div#browser {
	background: #111111; 
	color: #fff944;
	font-size: 14px;
}

div#copyright {
	color: #444444;
	font-size: 11px;	
}

div#bottom {
	margin-top: 100px;
	text-align: center;	
}



/*info*/

div#history {
	width: 400px;
	color: #111111;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
}

div#history h3 {
	color: #4898fa;
}

div#history p {
	margin: 5px;
	padding: 5px;
}

div#opinion {
	margin-top: 30px;
	width: 400px;	
}
.opinionbox {
	background: #888888;
	padding: 2px;
	margin: 10px 0;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.opname {
	color: #444444;
	margin-left: 10px;
}

.optitle {
	color:#222222;
}

blockquote {
	background-color: #DDDDDD;
	background-image: url(img/opinion_textquote.png);
	background-repeat: no-repeat;
	padding: 5px 5px 5px 25px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	}


.news {
	width: 400px;
}	
.news h3 {
	width: 400px;
}
	


/*gallery*/

#galselector a {
	font-size:18px;
	text-decoration: none;
	line-height: 25px;
	}

#gallery {
	width: 400px;
}

#gallery ul li {
	display: block;
}

/*nations*/

#nations {
	width: 800px;
}

.ndiv {
	margin-top: 10px;
	background: #222222;
	margin-bottom: 15px;
}

.ndiv_s1 {
	background: #222222;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
}

.ndiv_s2 {
	background: #222222;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.ndiv_s1 table td {
	color: #bbb;
}

.ndiv_s2 table td {
	color: #ddd;
}

.ntable {
	color: #ddd;
	background: inherit;
	width: 600px;
	margin: 0 100px 20px 100px;
	table-layout: auto;
}

.ntable td {
	text-align: left;
	border: 1px dotted #333333;
	overflow: hidden;
}

.ntabletop {
	background: #111111;
	color: #fff944;
}

.surname {
	color: #fff;
}


/*schedule*/

.day { margin-top: 30px;}

.horizontalline {
	border-bottom: 1px solid #424242;
	width: 100%;
	margin: 0px 0 -1px;
}

.dayhead {
	background: #BBBBBB;
	border: 1px solid #424242;
	padding: 5px;
	margin-left: 20px;
	font-size: 16px;
	width: 200px;
	text-align: center;
}

.date {
	color: #222222;
}


.dayname {
	background: #fff944;
	color: #222222;
	padding: 2px;
	font-weight: bold;
	margin-left: 5px; 
}
#schedule {
	width: 800px;
}

.schedulelist {
	line-height: 16px;
}

.time {
	color: #444444;
	margin-right: 4px;
}

#elternplan {
	background:  #508df8;
	width: 200px;
	height: 18px;
	text-align: center;
	padding-top: 2px;
	font-size: 16px;
}

#elternplan a {
	color: #000;
}

#elternplan a:hover {
	color: #fff944;
}	

/*contact*/
#contactinfo {
	width: 200px;
	margin-left: 40px;
	line-height: 1.2em;
}

.contacthead {
	color: #ffffff;
	background: #111111;
	padding: 1px;
}

.contactcontent {
	margin-left: 4px;
}