@charset "utf-8";
html,body{margin:0;padding:0}
body{
	background-color: #FFF;

}
a:link, a:visited {
	text-decoration: none;
	color: #C00;
}
a:hover{
	color: #C00;
	text-decoration: underline;
}

img{
	border:none;
}

/*LAYOUTS*/
div#background{
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(/web/i/interface/background_standart.jpg);
}
div#container{
	width:800px;
	margin:0 auto;
	text-align:left;
}
div#wrapper{
	float:left;
	width:100%;
}


/* THEMES */
img.themes{
	border: 1px solid #CCC;
}


div#content{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-right: 40px;
	padding-bottom: 45px;
	padding-left: 15px;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 15px;
}
div#extra{float:left;width:150px;margin-left:-150px}



div#footer{
	clear:left;
	width:100%;
	color: #666;
	height:auto;
	background-color: #E4E4E4;
	background-image: url(/web/i/interface/standart_footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

div#footer_space{
	clear:left;
	width:100%;
}


/* NAVIGATION */
#SDY_LOGO
{
	text-align: center;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
div#navigation{
	background-image: url(interface/navigaton_background.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #FFF;
	border: 1px solid #CCC;
}

.navigation_first{
	padding-bottom: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: large;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
a .navigation_first {
	color: #999;
	text-decoration: none;
}

.navigation_first a:hover{
	color: #C00;
}

.navigation_first:hover{
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
	font-size: large;
	color:#C00;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #C00;
}


/*SECOND*/
.navigation_second a{
	color: #C00;
	text-decoration: none;
}
.navigation_second{
	margin-left: 20px;
	margin-top: 3px;
}


.navigation_second:hover{
	text-decoration: underline;
	padding-left: 3px;
}


/* TEXT CONTENT */

.content_text_title{
	font-size: large;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.content_text_title a{
	color: #C00;
}

.content_text_translator{
padding-bottom: 10px;
}

.content_text{
	float: left;
	width: 100%;
	margin-bottom:25px;
	border: 2px solid #CCC;
	background-color: #FFF;
	text-align: justify;
	padding: 15px;
}


.content_text_video{
	text-align: center;
	padding: 5px;
}

.content_text_thumb{
	float: left;
	border: 1px solid #eee;
	background: #fff;
	width: 120px;
	margin-right:10px;
}


.content_text_footer{
	padding-top: 20px;
}

.content_text_footer a{
	padding-top: 20px;
	color: #C00;
}

/* DTEAIL */
.content_text_pictures{
	text-align: center;
	float: left;
	width: auto;
	margin-right: 10px;
	padding: 10px;
	border: 1px solid #CCC;
}

.content_text_pic
{
	float: left;
	width: 100%;
}

.content_thumb_list {
	float: left;
	border: 1px solid #eee;
	background: #fff;
	width: 80px;
}
.content_thumb_list_down{
	margin-bottom:10px;
}
.content_thumb_list_down a{
	position: relative;
	background-image: url(icon/file/down.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.content_thumb_list_down_jpg{
	padding-bottom:8px;
}
.content_thumb_list_down_jpg a{
	position: relative;
	background-image: url(icon/file/jpg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 25px;
}

.content_text_calender{
	margin-bottom: 30px;
}

.content_file{
	margin-bottom: 30px;	
}
.content_text_formular_register{
}

.content_text_form_dateclosed{
	padding-bottom:10px
}

.content_text_formular_register label{
	float:left;
	width:150px;
}


/* NEWSLETTER */
#newsletter{
	padding: 5px;
	font-weight: bold;
	color: #333;
}
#panel {
	height: auto;
	display: none;
	background-image: url(/web/i/interface/navigation.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.slide {
	margin: 0;
	padding: 0;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #C00;
}
.btn-slide {
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 10px;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.active {
	background-position: right 12px;
	background-color: #FFF;
}

/* GALLERY */ 
ul.display_list .content_block img {
	padding: 5px;
	border: 2px solid #CCC;
}
