/*
 * coded by Alexander Hofbauer, ICE-Vienna 2012
 */

/* #### FORMAT #### */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
}

h1,h2 {
	color: #70532d !important;
	font-size: 1.5em;

}

h3 {
	color: #70532d;
	font-size: 1.17em;
}

h4 {
	color: #70532d;
	font-weight: bold;
}

h5 {
	color: #70532d;
	font-weight: bold;
}

h6 {
	font-weight: bold;
	font-size: 0.75em;
}


p {
	color: #000000;
	line-height: 1.4em;
}

li {
	line-height: 1.4em;
}

a, a.external {
	color: #0000fa;
	text-decoration: none;
}

a:hover, a.external:hover {
	text-decoration: underline;
}

a.external, a.external-link, a.external-link-new-window, a.extern {
	background-image: url('../../Images/icons/external_link.png');
	background-repeat: no-repeat;
	padding-left: 14px;
}

.tile {
	text-align: left;
}

#sidebar_right_content, #sidebar_right_content a {
	color: #70532d;
	font-size: 1.1em;
	font-weight: bold;
}

#sidebar_right_content:hover, #sidebar_right_content a:hover, #sidebar_right_content .act a  {
	color: #9c0c0c;
}



ul#footer_text_left, ul#footer_text_left a {
	color: #70532d;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

#footer, #footer a {
	color: #000000;
    font-size: 0.87em;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-shadow: 0 0 2px #FFFFFF;
}

#footer a:hover {
	color: #9c0c0c;
}

#content img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

li.slider_item a {
	font-size: 0.92em;
	text-decoration: none;
}

li.slider_item a:hover {
	text-decoration: none;
}

#search_input[value] {
	color:#70532d;
}

#search_submit {
	cursor: pointer;
}


/* ### FEINTUNING ### */

#flash_container img {
	max-width: 160px;
}

#flash_container dl {
	max-width: 160px;
}

dl {
	margin: 0px;
	padding: 0px;
}


.csc-textpic dl {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-image: url('../../Images/icons/bullet_navilinks_active_hover.png');
}

ul ul {
	list-style-image: url('../../Images/icons/bullet_navilinks_passive.png');	
}

ul ul ul {
		list-style-image: url('../../Images/icons/bullet_navilinks_active_hover.png');
}

ul ul ul ul {
	list-style-image: url('../../Images/icons/bullet_navilinks_passive.png');	
}

.indent {
	margin-left: 20px;
}

.csc-frame-frame1, .csc-frame-frame2 {
	border-radius: 5px;
	border: 1px solid black;
	padding: 5px;
}

.csc-frame-frame1 { /* frame with grey background */
	background-color: #edebf1;
}

.csc-frame-frame2 { /* frame with yellow background */
	background-color: #f5ffaa;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

#content_middle {
	min-height:333px;
}

#content_middle .csc-textpic-left .csc-textpic-imagewrap dl {
	float: left;
}

#content_middle .csc-textpic-right .csc-textpic-imagewrap dl {
	float: right;
}

#content_middle .csc-textpic-center .csc-textpic-imagewrap dl {
	width: 326px;
	/*display: block;*/
	text-align: center;
}

#content_middle .csc-textpic-intext-right-nowrap .csc-textpic-text {
	margin-right: 163px;
}

/*Disabled search Becherkuchen!*/

/*
#content_middle .csc-textpic-intext-left-nowrap .csc-textpic-text {
	margin-left: 173px; 
}
*/

#content_right .csc-textpic-left .csc-textpic-imagewrap dl {
	float: left;
}

#content_right .csc-textpic-right .csc-textpic-imagewrap dl {
	float: right;
}

#content_right .csc-textpic-center .csc-textpic-imagewrap dl {
	width: 250px;
	text-align: center;
}

#content_right .csc-textpic-intext-right-nowrap .csc-textpic-text {
	margin-right: 163px;
}

#content_right .csc-textpic-intext-left-nowrap .csc-textpic-text {
	margin-left: 173px; /* keep some space between text and image */
}

table.contenttable {
	border-radius: 5px;
	padding: 5px;
}

/*.contenttable tr {
	border-top: 2px dotted grey;
}
*/

.contenttable td {
	padding: 5px;
	border-top: 1px dotted grey;
	border-left: 1px dotted grey;
}

.contenttable td:first-child{
	border-left: none;
}

.contenttable tr:first-child td {
	border-top: none;
}

#content_middle > div {
	margin-top: 25px;
}

#content_middle > div:first-child {
	margin-top: 0px;
}

#mailform input[type=text], #mailform textarea {
	width: 95%;
}

#mailform label {
	width: 100%;
	display: block;
	margin-right: 3%;
	margin-top: 15px;
}

#mailform fieldset fieldset label {
	display: inline;
	margin-left: 5px;
}

#mailform fieldset fieldset {
	border: none;
}

#mailform legend {
	display: none;
}

#mailform select {
	width: 50%;
}

#mailform input[type=submit] {
	margin-top: 15px;
}

#mailform {
	margin-bottom: 10px;
}

#mailform input[type=text], #mailform textarea {
	font-size: 12px;
	border-radius: 5px;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: ;
}

#mailform fieldset {
	border: none;
}

#mailform textarea {
	font-family: sans-serif;
}

#icon_bar {
	margin-top: 5px;
}

/* max-image sizes */
#content img { max-width: 326px; }

#content .content_middle_1col img {
	max-width:610px;
}

#content_right img { max-width: 250px; }






/*
	Sitemap uls stylen
*/
.tx-dropdownsitemap-pi1 A,
.tx-dropdownsitemap-pi1 A:active ,
.tx-dropdownsitemap-pi1 A:hover ,
.tx-dropdownsitemap-pi1 A:visited ,
.tx-dropdownsitemap-pi1 A:link {
	color:#70532D;
}

.tx-dropdownsitemap-pi1 SPAN.ifsub {
	font-weight:normal;
	text-transform: none;
}

/*********************
** set image caption
*********************/
.csc-creator,
.csc-publisher,
.csc-copyright {
	
	font-size:0.7em;
	color:#555; 
	cursor:default;
}

.csc-creator a,
.csc-creator a:hover,
.csc-creator a:active,
.csc-creator a:visited,
.csc-publisher a,
.csc-publisher a:hover,
.csc-publisher a:active,
.csc-publisher a:visited,
.csc-copyright a,
.csc-copyright a:hover,
.csc-copyright a:active,
.csc-copyright a:visited {
	font-size:0.7em;
	color:#555;
	text-decoration: none;
	cursor: inherit;	
}



/* background-images */
#wrapper, #wrapper.spring { /* default background */
	background: url('../../Images/backgrounds/fruehling.png') #10571c no-repeat;
}
#wrapper, #wrapper.spring { /* default background */
	background: url('../../Images/backgrounds/spring.gif') #77aa3a no-repeat;
}
#wrapper.fall {
	background: url('../../Images/backgrounds/herbst.png') #8a6216 no-repeat;
}
#wrapper.summer {
	background: url('../../Images/backgrounds/sommer.png') no-repeat;
}
#wrapper.winter {
	background: url('../../Images/backgrounds/winter.png') no-repeat;
}



