/*
	******************************
	***** Index Europaforum ******
	******************************

	---------------------------------------------------------------
	1. General Definitions
		1.1 Styles
		1.2 Forms
	---------------------------------------------------------------
	2. Container Definitions
	---------------------------------------------------------------
	3. Menu Design
		3.1 Main Menu
		3.2 Footer Menu
	---------------------------------------------------------------
	4. Main Design
		4.1 Content
		4.2 News, Static, History, Contact, Locations, Press
		4.3 Gallery
	---------------------------------------------------------------
	5. Sidebar Design
	---------------------------------------------------------------
	6. Admin Design
	---------------------------------------------------------------
	7. Text Editor Pre-Designs
	---------------------------------------------------------------
	8. Other Designs
	---------------------------------------------------------------
*/

/*
	**************************************
	***** 1.1 Styles *********************
	**************************************
*/

html {
	height: 100%;
	overflow-y: scroll;
	overflow-x: auto;
	background: #f9f8f3;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background-color: #fff;
	line-height: 18px;
	background: #ffffff url(../images/bg.jpg) repeat-x;
	color: #555555;
}

a img,:link img,:visited img { border: none; }

a {
	color: #3399FF;
	text-decoration: none;
}

a:hover {
	color: #939393;
	text-decoration: none;
}

p {
	padding: 0px;
	margin: 5px 0px 5px 0px;
}

h1 {
	font-size: 18px;
}

h1, h2 {
	padding: 0px 0px 8px 0px;
	margin: 0px;
	font-weight: normal;
	line-height: 22px;
}

h3, h4 {
	font-size: 14px;
	font-weight: normal;
	padding: 5px 0px 10px 0px;
	margin: 0px;
}

h4, h6 {
	color: #3399FF;
}

h1, h3, h5 {
	color: #2B2B2B;
}

h5, h6 {
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0px 10px 0px;
	margin: 0px;
}

h2, h2 a, h2 a:hover {
	color: #2b2b2b;
	text-decoration: none;
	font-size: 18px;
}

hr {
	height: 2px;
	color: #F4F3E8;
	background: #F4F3E8;
	border: none;
	clear: both;
}

blockquote {
	background: #F9F8F3 url(../images/quote.jpg) 10px 10px no-repeat;
	padding: 5px 10px 5px 50px;
	border: 1px solid #F4F3E8;
	font-style: italic;
	margin: 0px 0px 10px 0px;
}

table {
	padding: 0px;
	font-size: 12px;
	background: #fff;
	border: 1px solid #F4F3E8;
}

table td, table th {
	font-size: 12px;
	line-height: 13px;
	margin: 0px;
	padding: 2px 6px 2px 6px;
	border: 0;
}

table td {
	background: #f9F8F3;
}

table th {
	background: #F4F3E8;
	text-align: left;
}

/*
	**************************************
	***** 1.2 Forms **********************
	**************************************
*/

input, textarea, select {
	padding: 3px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #E2DAC4;
	vertical-align:middle;
	margin: 5px;
}

.button {
	padding: 2px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #E2DAC4;
	vertical-align:middle;
	margin: 5px;
}

.intguests input {
	font-family: Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #E2DAC4;
	padding: 2px;
	margin: 0px;
}

.intguests .button {
	font-family: Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #E2DAC4;
	padding: 1px;
	margin: 0px;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

/*
	**************************************
	***** 2. Container Definitions *******
	**************************************
*/

.wrapper {
	width: 800px;
	margin: auto;
}

.header {
	height: 245px;
	width: 100%;
}

.logo {
	width: 285px;
	padding-top: 15px;
	float: left;
}

.teaser {
	height: 170px;
	clear: both;
	padding-top: 15px;
}

.main {
	margin-top: 10px;
	clear: both;
}

.sidebar {
	width: 200px;
	float: right;
}

.sidebar2 {
	width: 300px;
	float: right;
}

.cont {
	width: 580px;
	float: left;
}

.cont2 {
	width: 480px;
	float: left;
}

.cont3 {
	width: 100%;
}

.footerwrapper {
	background: url(../images/bg2.jpg) repeat-x;
	height: 180px;
	clear: both;
}

.footer {
	width: 800px;
	margin: auto;
	padding-top: 50px;
}

.footeraddress {
	float: right;
	width: 200px;
	background: #F4F3E8;
	padding: 5px;
}

.intguests {
	padding: 0px;
	border: 0px solid #ECE9D8;
	width: 250px;
}

.registration {
	display: none;
	padding: 5px;
	background: #C61B11;
	border: 1px solid #ECE9D8;
	color: #ccc;
}

.sidebar .registration a:link,
.sidebar .registration a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
.sidebar .registration a:hover {
	color: #fff;
	text-decoration: underline;
}

/*
	**************************************
	***** 3.1 Main Menu ******************
	**************************************
*/

.topmenu {
	width: 500px;
	float: right;
	height: 70px;
}

.lang {
	text-align: right;
	height: 20px;
	padding-top: 4px;
}
.lang img {
	padding-left: 5px;
}

.mainmenu {
	text-align: right;
	padding-top: 20px;
}

.mainmenu a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

.mainmenu a:hover {
	color: #fff;
	text-decoration: underline;
}

/*
	**************************************
	***** 3.2 Footer Menu ****************
	**************************************
*/

.footermenu {
	padding-top: 5px;
	float: left;
	width: 450px;
	line-height: 20px;
}

.footermenu a {
	font-family: tahoma;
	font-size: 11px;
	color: #3399ff;
	text-decoration: none;
}

.footermenu a:hover {
	color: #939393;
	text-decoration: underline;
}

.credits {
	font-family: tahoma;
	font-size: 11px;
	color: #939393;
	text-decoration: none;
	display: none;
}

/*
	**************************************
	***** 4.1 Content ********************
	**************************************
*/

.cont ul, .cont2 ul {
	list-style: none;
	margin: 0px 0px 10px 15px;
	padding: 0;
}

.cont ul li, .cont2 ul li {
	background: url(../images/list.jpg) 0px 5px no-repeat;
	padding: 0px 0px 10px 20px;
	line-height: 16px;
}

.cont ol, .cont ol {
	margin: 0px 0px 10px 35px;
	padding: 0;
}

.cont ol li, .cont2 ol li {
	padding: 0px 0px 10px 0px;
	background: none;
	line-height: 16px;
}

/*
	*************************************************************
	***** 4.2 News, Static, History, Contact, Locations, Press **
	*************************************************************
*/

.news {
}

.newsdate {
	color: #939393;
	float: right;
	font-size: 11px;
	text-align: right;
	margin: -15px 0px 5px 0px;
}

.newsdesc {
	clear: both;
}

.gdate {
	color: #939393;
	float: right;
	font-size: 11px;
	text-align: right;
	margin: -15px 0px 5px 0px;
}

.newsdesc img,
.contdesc img,
.histintro img,
.histmain img {
	background: #fff;
	border: 1px solid #f4f3e8;
	padding: 2px;
	margin: 10px;
}

.newsinfo,
.histinfo {
	text-align: right;
}

.history {
}

.histintro {
}

.histmain {
}

/*
	**************************************
	***** 4.3 Gallery ********************
	**************************************
*/

.gtitleimg {
	float: left;
	margin: 5px 10px 10px 0px;
}

.gtitleimg {
	padding: 5px;
	background: #E2DAC4;
}

.gallery_thumbnail {
	margin: 5px 15px 5px 0px;
	float: left;
	padding: 5px;
	background: #E2DAC4;
}

.picinfo {
	margin-top: 10px;
	background: #F4F3E8;
	width: 300px;
	border: 1px solid #E2DAC4;
	padding: 2px 5px;
}

.imagedesc {
	border-bottom: 1px solid #E2DAC4;
	padding: 2px 0px;
}

.photographer {
	border-bottom: 1px solid #E2DAC4;
	padding: 2px 0px;
}

.imagedownload {
	padding: 2px 0px;
}

.setphotographer {
	background: #F4F3E8;
	border: 1px solid #E2DAC4;
	padding: 2px;
	margin-bottom: 5px;
}

/*
	**************************************
	***** 5. Sidebar Design **************
	**************************************
*/

.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6 {
	background: #F4F3E8;
	margin: 0px;
	line-height: 24px;
	font-size: 12px;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
	border-left: 5px solid #E2DAC4;
}

.sidebar img {
	vertical-align: middle;
}

#feedback, #indicator {
	padding-left: 15px;
	border-left: 5px solid #E2DAC4;
}

.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar li {
	padding: 0px 0px 0px 15px;
	line-height: 24px;
	border-bottom: 1px solid #F9F8F3;
	border-left: 5px solid #fff;
}

.sidebar li:hover {
	padding: 0px 0px 0px 15px;
	line-height: 24px;
	border-bottom: 1px solid #F9F8F3;
	border-left: 5px solid #3399ff;
}

.sidebar a {
	color: #3399ff;
	text-decoration: none;
}

.sidebar a:hover {
	color: #939393;
	text-decoration: none;
}


/*
	**************************************
	***** 6. Admin Design ****************
	**************************************
*/

.adminbox {
	margin-bottom: 20px;
}

.adminbox h3 {
	color: #fff;
	background: #2b2b2b;
	line-height: 24px;
	font-size: 12px;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
	border-left: 5px solid #ff3300;
}

.adminbox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.adminbox li {
	padding: 0px 0px 0px 15px;
	line-height: 24px;
	border-bottom: 1px solid #F4F3E8;
	border-left: 5px solid #ffffff;
}

.adminbox li:hover {
	padding: 0px 0px 0px 15px;
	line-height: 24px;
	border-bottom: 1px solid #F4F3E8;
	border-left: 5px solid #ff3300;
}

.adminbox a {
	color: #ff3300;
	text-decoration: none;
}

.adminbox a:hover {
	color: #555555;
	text-decoration: none;
}

.adminbox img {
	margin-right: 10px;
}

.admintxt {
}

/*
	**************************************
	***** 7. Text Editor Pre-Designs *****
	**************************************
*/

.sidebar .pdf,
.sidebar .word,
.sidebar .excel,
.sidebar .powerpoint,
.sidebar .image,
.sidebar .archive,
.sidebar .sound {
	padding: 5px 0px 5px 25px;
	margin-left: 15px;
	line-height: 16px;
}

.pdf,
.word,
.excel,
.powerpoint,
.image,
.archive,
.sound {
	padding: 5px 0px 5px 25px;
	margin-left: 5px;
}

.pdf {background: url(../images/icons/page_acrobat.png) 0px 5px no-repeat;}
.word {background: url(../images/icons/page_word.png) 0px 5px no-repeat;}
.excel {background: url(../images/icons/page_excel.png) 0px 5px no-repeat;}
.powerpoint {background: url(../images/icons/page_powerpoint.png) 0px 5px no-repeat;}
.image {background: url(../images/icons/page_image.png) 0px 5px no-repeat;}
.archive {background: url(../images/icons/page_zip.png) 0px 5px no-repeat;}
.sound {background: url(../images/icons/page_sound.png) 0px 5px no-repeat;}

/*
	**************************************
	***** 8. Other Design ****************
	**************************************
*/

.backtotop {
	text-align: right;
}

.backtotop a {
	color: #939393;
}

.backtotop a:hover {
	color: #3399ff;
}

.colors {
	position: fixed;
	top: 50px;
	left: 20px;
}

.slide {
	position: absolute;
}
