@charset "UTF-8";
/* CSS Document */

@import url(style-augustiner-navi.css);
@import url(formular.css);


html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #ffffe7 ;
}

#header {
	position:relative;
	width: 1000px;
	margin: 0 auto;
	background:url(img/augustinerkloster_top.jpg) no-repeat;
	height:350px;
}

#bild-top {
	position:absolute;
	top:0;
	left:261px;
	height:320px;
	width:729px;
	overflow:hidden;
}


#navi-top {
	position:relative;
	width:735px;
	top:320px;
	left:245px;
	float:left;
}


.sprache-navi {
	padding-top: 15px;
	float:right;
}
	
#sprachen {
	float: right;
	
	}
	
#sprachen a img {
	border:none;
}

/* ------------ Inhalt --------------- */

#wrapper {
	width: 1000px;
	margin: 0px auto;
	
}


#column1 {
	float: left;
	width: 250px;
	display: inline;
	margin-left: 10px;
	margin-top:-40px;
	overflow:hidden;
}

#links-oben {
	font-size:0.8em;
	color: #933;
	width: 180px;
	padding:10px 10px 10px 20px;
	text-align:justify;
}

#column1-links {
	margin:10px;
	}

#column2 {	
	float: left;
	width: 675px;
	height:100%;
	min-height:100%;
	display: inline;
	padding: 0;
	margin-left: 35px;
	margin-top: 25px;
	overflow:hidden;
}


	
/* --------------- footer ---------*/


.alles {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px; /* margin bottom muss die gleich höhe wie der Footer haben */
	width:1000px;
	background:url(img/augustinerkloster_containt.jpg);
	background-position:0 320px;
	background-repeat:repeat-y;
}
.footer, .push {
	height: 90px; /* .push muss die gleiche höhe wie der .footer haben */
	
}

.footer {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background: #ffffe7 url(img/augustinerkloster_bottom.jpg) no-repeat;
}

#footer-innen {
	position:absolute;
	width: 700px;
	top:10px;
	left: 280px;
	text-align:center;
}

#footer-bottom {
	position:absolute;
	top:40px;
	left:280px;
	width:700px;
	padding:5px 0 10px 0;
	text-align:center;
}

/* --------------------------------------------------------- Schrift ------------------------------- */

body, #header, #navi-top, #navi-top-innen, #column1, #column2, #footer-innen, #footer-bottom {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
	
	
#column1-links, #column2 {
	font-size:0.9em;
}

#footer-innen, #footer-bottom {
	font-size:0.7em;
	color:#aaa;
}



	
.csc-firstHeader, h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#933;
	font-weight:bold;
	border: none;
	
	}
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#933;
	font-weight:normal;
	border-top:#933 solid 1px;
	padding-top: 10px;
	}
	
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#666;
	font-weight:bold;
	}
	
	
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#933;
	font-weight:normal;
}


.csc-textpic-caption {
	font-size:0.7em;
	color:#933;
	font-style:italic;
	}
	
.kb_eventboard-header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#933;
	font-weight:bold;
	}

/* ------------------------ Container ----------------------- */

.csc-frame-rulerAfter {
	border-bottom-color:#009ee0;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	margin-bottom:10px;
}

.csc-frame-frame1 {
	background: #424040;
	border-top:1px #f23434 solid;
	border-bottom:1px #f23434 solid;
	padding:10px;
}
	
.csc-frame-frame1 h1 {
	font-size:1.2em;
	color:#e1dede;
	}
	
.csc-frame-frame2 {
	background: #aaa;
	border-bottom:1px #009ee0 solid;
	padding:0 5px 0 5px;
	margin-bottom:10px;
}

.csc-frame-frame2 h1 {
	font-size:1.2em;
	color:#fff;
	}
	
	
.contenttable p {
	margin:0;
	padding:0;
}


tbody {
	vertical-align:top;
	text-align:left;
}


/* -------------------------- Gästebuch ------------------- */


.tx-guestbook-pagination-ids {
	background-color: #ffffe7;
	padding:15px;
}


.tx-guestbook-header-ids {
	background-color: #ffffee;
	padding:5px;
	margin:5px;
	
}


.tx-guestbook-left-ids {
	width: 180px;
	float:left;
	border: #fff solid 1px;
	padding:5px;
	margin:5px;
}



.tx-guestbook-right-ids {
	width: 450px;
	float: right;
	background-color: #ffffee;
	padding:5px;
	margin:5px;
}

.tx-guestbook-date-ids {
	text-align:right;
	font-size: 0.8em;
}

#firstname, #surname, #email, #place, #homepage {
		width:250px;
}

.tx-srfreecap-pi2-cant-read {
	font-size: 0.7em;
	color: #000;
}
	
		
.tx-guestbook-form-obligationfield {
		width: 250px;
		height: 100px;
		clear:left;
}

.tx-guestbook-form-inputfield-med, .tx-guestbook-form-inputfield-big, .tx-guestbook-form-textarea {
	width:250px;
	margin-left:25px;	
}

