/*
Theme Name: Parchment Theme
Author: WPThemeDesigner.com
Author URI: http://www.wpthemedesigner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 11px Verdana;
	color: #565656;
	background: #000000 url(images/youtubeback2.jpg) no-repeat 0 0;
}
a {
	text-decoration: none;
	color: #e2007a;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
.wrapper {
	width: 1024px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 30px;
}
	#header ul {
		list-style-type: none;
		height: 32px;
		padding-left: 8px;
	}
		#header ul li {
			float: left;
			text-transform: uppercase;
		}
		#header ul li a {
			color: #ffffff;
			padding: 9px 20px 10px;
			display: block;
		}
		#header ul li a:hover {
			background: url(images/active.gif) repeat-x 0 0;
			color: #1B272C;
			text-decoration: none;
		}
	#header .submenu ul {
		list-style-type: none;
		clear: both;
		height: 36px;
		padding-left: 17px;
	}
		#header .submenu ul li {
			text-transform: none;
		}
		#header .submenu ul li a {
			padding: 11px 12px;
			color: #565656;
		}
		#header .submenu ul li a:hover {
			color: #0089BB;
			text-decoration: none;
		}
	#header h1 {
		padding: 24px 0 25px 11px;
	}
		#header h1 a {
			display: block;
			outline: none;
			text-indent: -9999px;
			width: 461px; height: 53px;
			background: url(images/logo.gif) no-repeat 0 0;
		}
/** END header **/

/** BEGIN body **/
#body {
	clear: both;
}
/** END body **/

/** BEGIN buttons **/

.festival { 
    width:210px; 
    height:30px; 
} 
.festival a:link { 
    width:210px; 
    height:30px; 
    background:url(http://seeyou-festival.net/wp-content/themes/parchment/images/buttons/festival.gif); 
   	background-repeat:no-repeat; 
    display:block; 
} 
.festival a:visited { 
   widht:210px; 
   height:30px; 
   background:url(http://seeyou-festival.net/wp-content/themes/parchment/images/buttons/festival.gif); 
   background-repeat:no-repeat; 
   display:block; 
} 
.festival a:hover { 
   width:210px; 
   height:30px; 
   background:url(http://seeyou-festival.net/wp-content/themes/parchment/images/buttons/festival_pink.gif); 
   background-repeat:no-repeat; 
   display:block; 
}
.festival a:active { 
   width:210px; 
   height:30px; 
   background:url(http://seeyou-festival.net/wp-content/themes/parchment/images/buttons/festival_pink.gif); 
   background-repeat:no-repeat; 
   display:block; 
}  

/** END buttons **/

/** BEGIN left sidebar **/
#lsidebar {
	width: 210px; /*157*/
	float: left;
	padding: 10px 7px 10px 0;
	margin-right: 30px;
}
	#lsidebar h2 {
		color: #565656;
		font-size: 1em;
		text-transform: uppercase;
		padding: 8px 2px 8px 2px;
		border-bottom: 1px dashed #DEDCD4;
	}
	#lsidebar button {
		height: 30px;
		color: #565656;
		font-size: 1em;
		text-transform: uppercase;
		padding: 8px 2px 8px 2px;
		border-bottom: 1px dashed #DEDCD4;
	}
	#lsidebar ul {
		list-style-type: none;
		padding: 5px 4px;
	}
		#lsidebar ul li {
			line-height: 1.4em;
			padding: 4px 0 4px 9px;
			background: url(images/bullet.gif) no-repeat 0 9px;
		}
		#lsidebar ul li a {
			color: #565656;
		}
	#lsidebar .box {
		margin-bottom: 8px;
		padding: 2px;
	}
	
/** END left sidebar **/

/** BEGIN content **/
#content {
	width: 590px; /*640*/
	float: left;
	padding: 10px 0;
	margin-top: -50px;
	color: #ffffff;
}
	#content .post {
		background: url(images/fluid.png) 0 0;
		border: 1px solid #DEDCD4;
		margin-bottom: 8px;
		padding: 50px;
	}
	#content h2 {
		font-size: 1.8em;
		margin-bottom: 5px;
        text-transform: uppercase;
	}
	#content .date {
		margin: 0 -8px 15px;
		padding: 2px 10px 10px;
		border-bottom: 1px dotted #DEDCD4;
		color: #ffffff;
	}
	#content .dark {
		color: #565656;
	}
	#content h3 {
		font-size: 1.5em;
		margin-bottom: 10px;
		font-weight: normal;
	}
	#content p {
		margin-bottom: 15px;
		line-height: 1.4em;
	}
	#content ul {
		margin: 0 0 15px 16px;
	}
	#content ol {
		margin: 0 0 15px 18px;
		padding-left: 15px;
	}
	#content li {
		line-height: 1.4em;
		padding: 2px 0;
	}
	#content blockquote {
		font-style: italic;
		font-weight: bold;
		padding: 10px 10px 10px 30px;
		background: url(images/quote.gif) no-repeat 0 0;
	}
	#content .details {
		padding: 10px;
		margin: 0 -8px 10px;
		border-width: 1px 0;
		border-style: dotted;
		border-color: #DEDCD4;
	}
		#content .details .l {
			float: left;
			width: 50%;
			margin-bottom: 0;
		}
		#content .details .r {
			float: right;
			width: 50%;
			margin-bottom: 0;
			text-align: right;
		}
/** END content **/

/** BEGIN right sidebar **/
#rsidebar {
	width: 157px;
	float: right;
	padding: 10px 0;
	margin-left: 30px;
	color: #ffffff;
}
	#rsidebar h2 {
		font-size: 1em;
		text-transform: uppercase;
		padding: 8px 0;
		color: #03aec0;
		margin-top: 10px;
	}
	#rsidebar ul {
		list-style-type: none;
		padding: 5px 4px;
	}
		#rsidebar ul li {
			line-height: 1.4em;
			padding: 4px 0 4px 9px;
			background: url(images/bullet.gif) no-repeat 0 9px;
		}
		#rsidebar ul li a {
			color: #565656;
		}
	#rsidebar .box {
		margin-bottom: 8px;
		padding: 2px;
	}
	#rsidebar form {
		width: 290px; height: 32px;
		background: url(images/search.gif) no-repeat 1px 5px;
		padding: 5px 0 5px 2px;
	}
		#rsidebar form input {
			float: left;
			border: 0;
			background-color: transparent;
			font-size: 1.2em;
			width: 218px;
			margin: 5px 2px;
		}
		#rsidebar form button {
			float: left;
			width: 67px; height: 32px;
			border: 0;
			text-indent: -9999px;
			margin-left: 1px;
			background-color: transparent;
		}
	#rsidebar .flckr {
		text-align: center;
		padding: 5px 0;
	}
		#rsidebar .flckr img {
			margin: 5px;
			width: 75px; height: 75px;
		}
	#rsidebar .video {
		padding: 5px 0 10px;
	}
	#rsidebar .tags {
		padding: 5px 10px 10px;
	}
		#rsidebar .tags a {
			color: #565656;
		}
		#rsidebar .tags a:hover {
			text-decoration: none;
			color: #0089BB;
		}
/** END right sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	color: #ffffff;
	padding: 10px;
}
	#footer a {
		color: #ffffff;
	}
/** END footer **/

/** BEGIN miscellaneous **/
.postnav {
	clear: both;
	padding: 10px 0;
	font-size: 0.9em;
}
	.postnav a {
		border: 1px solid #cccccc;
		padding: 3px 8px;
		color: #999999;
		background-color: #ffffff;
	}
	.postnav a:hover {
		border: 1px solid #000000;
		color: #000000;
		text-decoration: none;
	}
#comments {
	
}
	#comments h2 {
		margin: 20px 0 5px;
		font-size: 1.5em;
		font-weight: normal;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	#comments form {
		padding-top: 20px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px 4px 4px 20px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #909090;
			background-color: #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			width: 120px; height: 23px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em;
	text-transform: uppercase;
	padding: 25px 25px 0;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments ol li {
		padding: 10px;
		border: 1px solid #e0e0e0;
		margin-bottom: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 10px 0 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
/** END wordpress 2.7 comments **/


ul#mainmenu {
	margin:0; padding:0;
	width:203px;
	list-style-type:none;
	border-bottom: 1px dashed #DEDCD4;
}
ul#mainmenu li {
	list-style: none;
	list-style-type:none;
	padding:0; background:none;
	border-top: 1px dashed #DEDCD4;
}

ul#mainmenu ul {
	margin:0; padding:0;
	list-style: none;
	list-style-type:none;
	padding:0; background:none;
	border-bottom: 1px dashed #DEDCD4;
}

ul#mainmenu ul#submenu li, ul#submenu li, ul#submenua li  {
	list-style: none;
	list-style-type:none;
	padding:0; background:none;
	height:21px;
	border:none;
}

ul#mainmenu li ul#submenu {
margin:40px 0 26px 0;
list-style: none;
	list-style-type:none;
	padding:0; background:none;
	border:none;
}

ul#mainmenu li a {  width:203px;  height:38px;  display:block;  padding:0; margin:0;}
ul#mainmenu li a:hover {  background-position:0px -38px;}

/*ul#mainmenu li.menu_start {	background:url(images/buttons/start_all.gif) no-repeat; height:38px;}
ul#mainmenu li.menu_start:hover {	background-position:0px -38px;	cursor:pointer;}*/
ul#mainmenu li.menu_start a{	background:url(images/buttons/start_all.gif) no-repeat;}
ul#mainmenu li.menu_start a:hover{	background-position:0px -38px;}
ul#mainmenu li.menu_start_active {	background:url(images/buttons/start_all.gif) 0px -38px no-repeat; height:38px;}


ul#mainmenu li.menu_festival {	background:url(images/buttons/festival_all.gif) no-repeat; height:38px;}
ul#mainmenu li.menu_festival:hover {	background-position:0px -38px;	cursor:pointer;}

ul#mainmenu li.menu_festival a{	background:url(images/buttons/festival_all.gif) no-repeat;}
ul#mainmenu li.menu_festival a:hover{	background-position:0px -38px;}
ul#mainmenu li.menu_festival_active {	background:url(images/buttons/festival_all.gif) 0px -38px no-repeat; height:38px;}


ul#mainmenu li.menu_ausschreibung {	background:url(images/buttons/ausschreibung_all.gif) no-repeat; height:38px;}
ul#mainmenu li.menu_ausschreibung a{	background:url(images/buttons/ausschreibung_all.gif) no-repeat;}
ul#mainmenu li.menu_ausschreibung a:hover{	background-position:0px -38px;}
ul#mainmenu li.menu_ausschreibung_active {	background:url(images/buttons/ausschreibung_all.gif) 0px -38px no-repeat; height:auto;}
ul#mainmenu li.menu_ausschreibung:hover {	background-position:0px -38px;	cursor:pointer;}

ul#mainmenu li.menu_begegnung {	background:url(images/buttons/begegnung_all.gif) no-repeat; height:38px;}
ul#mainmenu li.menu_begegnung a{	background:url(images/buttons/begegnung_all.gif) no-repeat; height:38px;}
ul#mainmenu li.menu_begegnung a:hover{	background-position:0px -38px;}
ul#mainmenu li.menu_begegnung_active {	background:url(images/buttons/begegnung_all.gif) 0px -38px no-repeat; height:38px;}
ul#mainmenu li.menu_begegnung:hover {	background-position:0px -38px;	cursor:pointer;}

ul#mainmenu li.menu_download a{	background:url(images/buttons/download_all.gif) no-repeat; height:38px;}
ul#mainmenu li.menu_download a:hover{	background-position:0px -38px;}
ul#mainmenu li.menu_download_active {	background:url(images/buttons/download_all.gif) 0px -38px no-repeat; height:auto;}
ul#mainmenu li.menu_download:hover {	background-position:0px -38px; cursor:pointer;}

ul#mainmenu li.menu_kontakt a{	background:url(images/buttons/kontakt_all.gif) no-repeat; height:38px;}
ul#mainmenu li.menu_kontakt a:hover{	background-position:0px -38px;}
ul#mainmenu li.menu_kontakt_active {	background:url(images/buttons/kontakt_all.gif) 0px -38px no-repeat; height:38px;}
ul#mainmenu li.menu_kontakt:hover {	background-position:0px -38px; cursor:pointer;}

ul#mainmenu li.menu_foerderer a{	background:url(images/buttons/foerderer_all.gif) no-repeat; height:38px;}
ul#mainmenu li.menu_foerderer a:hover{	background-position:0px -38px;}
ul#mainmenu li.menu_foerderer_active {	background:url(images/buttons/foerderer_all.gif) 0px -38px no-repeat; height:38px;}
ul#mainmenu li.menu_foerderer:hover {	background-position:0px -38px; cursor:pointer;}



ul#submenu li a{ height:21px; width:203px; display:block; padding:0; margin:0;}

ul#submenu li.menu_ausschreibung_ausschreibung a {	background:url(images/buttons/ausschreibung_ausschreibung_all.gif) no-repeat;}
ul#submenu li.menu_ausschreibung_ausschreibung a:hover {	background-position:0px -21px;}
ul#submenu li.menu_ausschreibung_preise a {background:url(images/buttons/ausschreibung_preise_all.gif) no-repeat;}
ul#submenu li.menu_ausschreibung_preise a:hover {background-position:0px -21px;}
ul#submenu li.menu_download_presse a{	background:url(images/buttons/download_presse_all.gif) no-repeat;}
ul#submenu li.menu_download_presse a:hover{ background-position:0px -21px;}
ul#submenu li.menu_download_media a{	background:url(images/buttons/download_media_all.gif) no-repeat;}
ul#submenu li.menu_download_media a:hover{ background-position:0px -21px;}
ul#submenu li.menu_download_infomaterial a{	background:url(images/buttons/download_infomaterial_all.gif) no-repeat;}
ul#submenu li.menu_download_infomaterial a:hover{ background-position:0px -21px;}
ul#submenu li.menu_download_bewerbungsunterlagen a{	background:url(images/buttons/download_bewerbungsunterlagen_all.gif) no-repeat;}
ul#submenu li.menu_download_bewerbungsunterlagen a:hover{ background-position:0px -21px;}

ul#mainmenu li ul#submenu li.menu_ausschreibung_ausschreibung_active {	background:url(images/buttons/ausschreibung_ausschreibung_all.gif) 0px -21px no-repeat; height:21px;}
ul#mainmenu li ul#submenu li.menu_ausschreibung_preise_active {	background:url(images/buttons/ausschreibung_preise_all.gif) 0px -21px no-repeat;	height:21px;}
ul#mainmenu li ul#submenu li.menu_download_presse_active {	background:url(images/buttons/download_presse_all.gif) 0px -21px no-repeat; height:21px;}
ul#mainmenu li ul#submenu li.menu_download_media_active {	background:url(images/buttons/download_media_all.gif) 0px -21px no-repeat; height:21px;}
ul#mainmenu li ul#submenu li.menu_download_infomaterial_active {	background:url(images/buttons/download_infomaterial_all.gif) 0px -21px no-repeat;	height:21px;}
ul#mainmenu li ul#submenu li.menu_download_bewerbungsunterlagen_active {	background:url(images/buttons/download_bewerbungsunterlagen_all.gif) 0px -21px no-repeat;	height:21px;}



/* ENGLISH */

ul#mainmenu li.en_menu_start {	background:url(images/buttons/en/start_all.gif) no-repeat; height:38px;}
ul#mainmenu li.en_menu_start_active {	background:url(images/buttons/en/start_all.gif) 0px -38px no-repeat; height:38px;}
ul#mainmenu li.en_menu_start:hover {	background-position:0px -38px;	cursor:pointer;}

ul#mainmenu li.en_menu_festival {	background:url(images/buttons/en/festival_all.gif) no-repeat; height:38px;}
ul#mainmenu li.en_menu_festival_active {	background:url(images/buttons/en/festival_all.gif) 0px -38px no-repeat; height:38px;}
ul#mainmenu li.en_menu_festival:hover {	background-position:0px -38px;	cursor:pointer;}

ul#mainmenu li.en_menu_ausschreibung {	background:url(images/buttons/en/ausschreibung_all.gif) no-repeat; height:38px;}
ul#mainmenu li.en_menu_ausschreibung_active {	background:url(images/buttons/en/ausschreibung_all.gif) 0px -38px no-repeat; height:auto;}
ul#mainmenu li.en_menu_ausschreibung:hover {	background-position:0px -38px;	cursor:pointer;}

ul#mainmenu li.en_menu_begegnung {	background:url(images/buttons/en/begegnung_all.gif) no-repeat; height:38px;}
ul#mainmenu li.en_menu_begegnung_active {	background:url(images/buttons/en/begegnung_all.gif) 0px -38px no-repeat; height:38px;}
ul#mainmenu li.en_menu_begegnung:hover {	background-position:0px -38px;	cursor:pointer;}

ul#mainmenu li.en_menu_download {	background:url(images/buttons/en/download_all.gif) no-repeat; height:38px;}
ul#mainmenu li.en_menu_download_active {	background:url(images/buttons/en/download_all.gif) 0px -38px no-repeat; height:auto;}
ul#mainmenu li.en_menu_download:hover {	background-position:0px -38px; cursor:pointer;}

ul#mainmenu li.en_menu_kontakt {	background:url(images/buttons/en/kontakt_all.gif) no-repeat; height:38px;}
ul#mainmenu li.en_menu_kontakt_active {	background:url(images/buttons/en/kontakt_all.gif) 0px -38px no-repeat; height:38px;}
ul#mainmenu li.en_menu_kontakt:hover {	background-position:0px -38px; cursor:pointer;}

ul#mainmenu li.en_menu_foerderer {	background:url(images/buttons/en/foerderer_all.gif) no-repeat; height:38px;}
ul#mainmenu li.en_menu_foerderer_active {	background:url(images/buttons/en/foerderer_all.gif) 0px -38px no-repeat; height:38px;}
ul#mainmenu li.en_menu_foerderer:hover {	background-position:0px -38px; cursor:pointer;}


ul#submenu li a{ height:21px; width:203px; display:block; padding:0; margin:0;}

ul#submenu li.en_menu_ausschreibung_preise a {background:url(images/buttons/en/ausschreibung_preise_all.gif) top left no-repeat;	height:21px; width:203px; display:block; padding:0; margin:0;}
ul#submenu li.en_menu_ausschreibung_preise a:hover {background:url(images/buttons/en/ausschreibung_preise_all.gif) 0px -21px no-repeat;	height:21px; width:203px; display:block;}
ul#submenu li.en_menu_ausschreibung_ausschreibung a {	background:url(images/buttons/en/ausschreibung_ausschreibung_all.gif) no-repeat; height:21px; width:203px; display:block; padding:0; margin:0;}
ul#submenu li.en_menu_ausschreibung_ausschreibung a:hover {	background:url(images/buttons/en/ausschreibung_ausschreibung_all.gif) 0px -21px no-repeat;}
ul#submenu li.en_menu_download_presse a{	background:url(images/buttons/en/download_presse_all.gif) no-repeat;}
ul#submenu li.en_menu_download_presse a:hover{ background-position:0px -21px;}
ul#submenu li.en_menu_download_media a{	background:url(images/buttons/en/download_media_all.gif) no-repeat;}
ul#submenu li.en_menu_download_media a:hover{ background-position:0px -21px;}
ul#submenu li.en_menu_download_infomaterial a{	background:url(images/buttons/en/download_infomaterial_all.gif) no-repeat;}
ul#submenu li.en_menu_download_infomaterial a:hover{ background-position:0px -21px;}
ul#submenu li.en_menu_download_bewerbungsunterlagen a{	background:url(images/buttons/en/download_bewerbungsunterlagen_all.gif) no-repeat;}
ul#submenu li.en_menu_download_bewerbungsunterlagen a:hover{ background-position:0px -21px;}

ul#mainmenu li ul#submenu li.en_menu_ausschreibung_ausschreibung_active {	background:url(images/buttons/en/ausschreibung_ausschreibung_all.gif) 0px -21px no-repeat; height:21px;}
ul#mainmenu li ul#submenu li.en_menu_ausschreibung_preise_active {	background:url(images/buttons/en/ausschreibung_preise_all.gif) 0px -21px no-repeat;	height:21px;}
ul#mainmenu li ul#submenu li.en_menu_download_presse_active {	background:url(images/buttons/en/download_presse_all.gif) 0px -21px no-repeat; height:21px;}
ul#mainmenu li ul#submenu li.en_menu_download_media_active {	background:url(images/buttons/en/download_media_all.gif) 0px -21px no-repeat; height:21px;}
ul#mainmenu li ul#submenu li.en_menu_download_infomaterial_active {	background:url(images/buttons/en/download_infomaterial_all.gif) 0px -21px no-repeat;	height:21px;}
ul#mainmenu li ul#submenu li.en_menu_download_bewerbungsunterlagen_active {	background:url(images/buttons/en/download_bewerbungsunterlagen_all.gif) 0px -21px no-repeat;	height:21px;}


