/* Collegium Leoninum Bonn - Screen Stylesheet */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #EFEFEF;
}

body {
	background-color: #EFEFEF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a img {
	border-width: 0px;
}

#outerWrap {
	width: 780px;
	background-color: transparent;
	margin: 0px auto 0px auto;
	text-align: left;
}
#innerWrap {
	background-color: #FFFFFF;
	margin: 40px 0px 0px 0px;
	text-align: left;
	border: 1px solid #DFDFDF;
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
}

#logo {
	padding: 20px 20px 30px 20px;
	float: left;
	position: relative;
}

#headline  {
	float: right;
	width: 500px;
	margin: 55px 0px 0px 0px;
}

#mainNavigation {
	position: relative;
	text-transform: uppercase;
	color: #666666;
	width: 173px;
	margin: 0px 20px 20px 0;
	padding-left: 20px;
	float: left;
	display: inline; /* double float margin bugfix */
	height: 285px;
}
#mainNavigation img {
	border: 0px none;
}
#mainNavigation a {
	text-decoration: none;
	color: #666666;
	display: block;
	padding: 2px 0px 2px 0px;
}
#mainNavigation a:hover {
	color: #333333;
}
#mainNavigation a.active {
	color: #5A0F31;
}
#mainNavigation ul li:first-child {
	border-top: 0px none;
}
#mainNavigation ul li {
	list-style-type: none;
	border-top: 1px solid #CCCCCC;
	padding: 3px;
}
#mainNavigation ul ul li {
	list-style-type: none;
	border-top: 0px none;
}
#mainNavigation ul ul {
	padding: 0px 0px 0px 10px;
}

#content {
	float: right;
	margin: 0px 20px 10px 0px;
	height: 285px;
	width: 545px;
	padding: 0px 0px 0px 0px;
	line-height: 150%;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
#scrollBox .scrollPage {
	padding: 0px 50px 0px 0px;
	float: left;
	width: 495px;
}
#scrollNavigation {
	visibility: hidden;
	clear: both;
	text-align: left;
	margin: 0px 0px 0px 212px;
}
#content .columnLeft {
	width: 48%;
	float: left;
}
#content .columnRight {
	width: 48%;
	float: right;
}
#content a, #contactSheet a {
	color: #333333;
}
#content a:hover {
	color: #000000;
}
#content a.pdfLink {
	background-image: url(../img/pdf_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 20px;
}
#content a.contactLink, #contactSheet a.contactLink {
	background-image: url(../img/brief_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 15px;
	text-decoration: none;
}
#content a.externLink {
	background-image: url(../img/extern_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 15px;
}
#printMedia a.printLink {
	background-image: url(../img/druck_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 17px;
	color:#333333;
}
#printMedia a.closeLink {
	background-image: url(../img/close.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding: 0px 0px 0px 14px;
	color:#333333;
}
#content p, #contactSheet p {
	margin: 0px 0px 8px 0px;
}
#content ul {
	list-style-type: square;
	margin: 0px 0px 0px 13px;
}
#content ul li {
	margin: 0px 0px 5px 0px;
}
#content h2 {
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	color: #5A0F31;
}
#content table {
	width: 400px;
	margin: 5px 0px 10px 1px;
	border-collapse: collapse;
}
#content table tr {
	background-color: #EFEFEF;
}
#content table tr td:first-child {
	width: 70%;
}
#content table tr td {
	padding: 0px 3px;
	border: 1px solid #CCCCCC;
}
#content table .break{
	background-color: transparent;
	height: 10px;
	font-size: 0px;
	line-height: 0%;
}
#content table .break td {
	border: 0px none;
}
#content .table_meta {
	width: 400px;
	text-align: right;
}
#content input, select {
	border: 1px solid #CCCCCC;
	font-size: 10px;
	margin: 0px 3px 3px 0px;
}
#content select {
	width: 170px;
}
#content #imageGallery {
	background-color: #EFEFEF;
	padding: 10px 0px 0px 10px;
	width: 420px;
}
#content #imageGallery img {
	margin: 0px 10px 10px 0px;
}

#printMedia p {
	margin: 10px 0px 10px 0px;
}

#keyVisual {
	text-align: left;
	padding: 20px 0px 20px 0px;
}
#keyVisual img {
	padding: 0px 0px 0px 20px;
}
body.index #keyVisual {
	text-align: right;
}
body.index #keyVisual img {
	padding: 0px 20px 0px 0px;
}

#additionalNavigation  {
	text-align: left;
	float: left;
	margin: 10px 0px 40px 20px;
}

#metaNavigation {
	width: 180px;
	text-align: right;
	padding: 0px 20px 40px 0px;
}
#metaNavigation, #speechNavigation {
	float: right;
	font-size: 11px;
	margin: 10px 0px 0px 0px;
	vertical-align: middle;
}
#metaNavigation a {
	text-decoration: none;
	color: #333333;
}
#metaNavigation a.active {
	color: #5A0F31;
}
#metaNavigation a:hover {
	text-decoration: underline;
}
#metaNavigation ul, #speechNavigation ul {
	list-style-type: none;
	margin: 0px;
}
#metaNavigation ul li, #speechNavigation ul li {
	display: inline;
	margin: 0px 0px 0px 5px;
	vertical-align: middle;
}

/* 3D-Tour */
#tourPopup {
	display: none;
	width: 696px;
	height: 388px;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	position: absolute;
	margin: 85px 0px 0px 20px;
	padding: 20px;
	z-index: 20;
}
#tourPopup h1 {
	font-size: 14px;
	margin: 0px 0px 15px 0px;
}
#tourPopup h2 {
	font-size: 12px;
	margin: 0px 0px 5px 0px;
}
#tourPopup p {
	line-height: 150%;
}
#tour {
	float: right;
	border: 1px solid #CCCCCC;
	height: 280px;
	width: 443px;
	margin: 0px 0px 15px 0px;
}
#tour embed {
	margin: 0px 0px 10px 0px;
	background-image: url(../img/ladenbalken.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
#tourNavi {
	float: left;
}
#tourNavi a {
	color: #333333;
}
#tourNavi ul {
	list-style-type: none;
}
#tourNavi ul li {
	margin: 0px 0px 5px 0px;
	clear: both;
	overflow: hidden;
}
#tourNavi ul li a {
	float: left;
}
#tourNavi ul li a.quicktime {
	display: block;
	padding-right: 18px;
	height: 15px;
	background: url('../img/quicktime_icon.gif') no-repeat top right;
	outline: 0;
}
#tourNavi ul li a.quicktime:hover {
	background-position: bottom right;
}
#tourNavi ul li a.flash {
	display: block;
	width: 15px;
	height: 15px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../img/flash_icon.gif') no-repeat top right;
	outline: 0;
}
#tourNavi ul li a.flash:hover {
	background-position: bottom right;
}
#tourNavi p {
	margin-top: 15px;
}
#tourNavi p .quicktime {
	padding-right: 18px;
	height: 15px;
	background: url('../img/quicktime_icon.gif') no-repeat top right;
}
#tourNavi p .flash {
	padding: 0 18px;
	height: 15px;
	background: url('../img/flash_icon.gif') no-repeat top right;
}
#closeTour {
	text-align: right;
	margin: 0px 0px 10px 0px;
	vertical-align: middle;
}
#closeTour a {
	color: #333333;
}
#tourDescription {
	width: 443px;
	float: right;
}

/* Contact Sheet */
#contactSheet {
	width: 340px;
	text-align: left;
	margin: 20px auto;
}
#contactSheet h1 {
	color: #5A0F31;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}
#contactSheet input {
	vertical-align: middle;
	margin: 0px 5px 10px 0px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 11px;
	padding: 2px;
	vertical-align: middle;
}
#contactSheet input:focus {
	border: 1px solid #333333;
}
#contactSheet input.radioButton {
	border: 0px none;
	background-color: transparent;
	vertical-align: middle;
}
#contactSheet fieldset {
	margin: 0px 0px 3px 0px;
	border: 0px none;
}
#contactSheet .inputBlock {
	width: 220px;
	float: right;
}
#contactSheet .inputBlock input {
	margin: 0px 0px 0px 0px;
}
#contactSheet label {
	width: 120px;
	display: block;
	float: left;
	vertical-align: middle;
}
#contactSheet textarea {
	width: 200px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
#contactSheet textarea:focus {
	border: 1px solid #333333;
}

#additionalNavigation a {
   vertical-align: top;
   display: inline-block;
}

/* Buchungs-Formular */
#content form#buchung {
	
}

#content form#buchung p {
	clear: both;
}

#content form#buchung p label {
	float: left;
	width: 100px;
}

#content form#buchung p input {
	width: 120px;
	font-size: 11px;
}

#content form#buchung p select {
	width: 40px;
}

body.index #innerWrap form#buchung {
	position: absolute;
	width: 173px;
	height: 143px;
	left: 20px;
	bottom: 20px;
}
body.index #innerWrap form#buchung h2 {
	font-size: 12px;
	margin: 0px 0px 8px 0px;
	color: #5A0F31;
}

body.index #innerWrap form#buchung p {
	clear: both;
	margin-bottom: 6px;
	overflow: hidden; /* clearing floats */
}

body.index #innerWrap form#buchung p label {
	float: left;
	width: 65px;
}

body.index #innerWrap form#buchung p input {
	font-size: 11px;
	width: 80px;
}

body.index #innerWrap form#buchung p input.button {
	font-size: 11px;
	width: auto;
}

body.index #innerWrap form#buchung p select {
	width: 40px;
}


/* Hacks*/
.clearfix {
	clear: both;
}

/* Hotel.de */
#keyVisual {
	position: relative;
}
.hotel_de {
	position: absolute;
	right: 22px;
	bottom: 19px;
}
	.hotel_de td td {
		padding: 1px;
		text-align: center;
	}
	#keyVisual .hotel_de td td img {
		padding: 0;
	}
