@CHARSET "ISO-8859-1";

body {
	background: #9e1e05 url("../images/public/background.jpg") repeat-x;
	font-family: Verdana;
	font-size: 12px;
	color: #1d1d1d;
}

pre {
	font-family: Verdana;
	font-size: 12px;
	color: #1d1d1d;
}

a {
	color: #1767a5;	
}

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

#header {
	height: 206px;
	background: url("../images/public/header.png") left bottom no-repeat;
	position: relative;
	padding-top: 150px;
}

#header .rotary, #header .rotaract {
	position: absolute;
	top: 3px;
	width: 131px;
	height: 131px;
	text-indent: -10000px;
}

#header .rotary {
	background: url("../images/public/rotary.png") no-repeat;
	left: 202px;
}

#header .rotaract {
	background: url("../images/public/rotaract.png") no-repeat;	
	left: 48px;
}

#header ul.actions {
	position: absolute;
	font-size: 16px;
	color: #101010;
	font-family: "Trebuchet MS";
	list-style-type: none;
	right: 43px;
	top: 98px;
}

#header ul.actions li {
	float: left;	
}

#header ul.actions a {
	color: #101010;	
}

#header ul.actions span.separator {
	margin-left: 5px; 
}

#languages {
	position: absolute;
	right: 44px;
	top: 303px;
}

#languages a {
	float: left;
	text-indent: -10000px;
	height: 36px;
	width: 36px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 8px;
}

#languages a.bg {
	background-image: url("../images/public/bg.png");	
}

#languages a.en {
	background-image: url("../images/public/en.png");	
}

#languages a.de {
	background-image: url("../images/public/de.png");	
}

#menu {
	position: absolute;	
	list-style-type: none;
	font-size: 14px;
	color: #bdb089;
	left: 40px;
	bottom: 26px;
	font-family: "Trebuchet MS";
}

#menu a {
	color: #1f1f1f;	
}

#menu li {
	float: left;
}

#menu li span.separator {
	margin: 0 7px 0 5px;	
}

#menu li.active a {
	color: #6c1201;	
}

#menu li.what-is-rotaract span.separator {
	display: none;
}

#slideshow {
	margin: 0 43px;
	height: 142px;
	position: relative;
	overflow: hidden;
}

#slideshow img {
	float: left;
	margin-right: 6px;	
}

#slideshow #slide {
	position: absolute;
}

#submenu {
	float: left;
	width: 188px;
	padding-bottom: 36px;
	background: url("../images/public/submenu-bottom.jpg") left bottom no-repeat;
	margin-left: 5px;
	display: inline;
}

#submenu a {
	color: #1f1f1f;	
}

#submenu .top {
	padding-top: 6px;
	background: url("../images/public/submenu-top.jpg") left top no-repeat;
}

#submenu ul {
	min-height: 70px;
	background: url("../images/public/submenu-middle.jpg") left bottom repeat-y;
	list-style-type: none;
}

* html #submenu ul { height: 70px; }

#submenu li {
	margin: 0 5px;
	border-bottom: 1px solid #dcd7c8;
	font-size: 13px;
	font-family: "Trebuchet MS";
	padding: 8px 5px 8px 40px;
	text-indent: 25px;
	cursor: pointer;
	background-image: url("../images/public/bullet.jpg");
	background-repeat: no-repeat;
	background-position: 42px 12px;
}

* html #submenu li { background-position: 42px 11px; } 
* + html #submenu li { background-position: 42px 11px; }

#submenu li:hover {
	background-color: #f8f7ef; 
	background-image: url("../images/public/bullet-hover.jpg");
}

#submenu li.active {
	background-color: #f8f7ef; 
	background-image: url("../images/public/bullet-active.jpg");
}

#submenu li.active a {
	color: #831702; 
}

#submenu li a {
	text-indent: 0px;
}

#content {
	margin-left: 22px;
	width: 742px;
	float: left;
}

#content .button {
	font-weight: bold;
	background: url("../images/public/button.gif") no-repeat;
	width: 105px;
	height: 24px;
	line-height: 24px;
	border: none;
	cursor: pointer;
	color: #434343;
	text-align: center;
	display: block;
}

#content .button:hover {
	text-decoration: none;	
}

#content .page {
	padding: 12px 10px 12px 0;	
}

#content .article {
	border-bottom: 1px solid #DCD7C8;
	padding: 0 0 12px;
	margin-bottom: 12px;
	position: relative;
}

#content .article .images {
	padding-top: 15px;	
}

#content .article .images a {
	float: left;
	margin: 0 10px 10px 0;
	width: 227px;
	height: 170px;
	overflow: hidden;
}

#content .article h1 {
	margin-bottom: 10px;	
}

#content .article .button {
	position: absolute;
	right: 0px;
	top: 10px;
	color: #831702;
}

#content .page .event {
	border-bottom: 1px solid #DCD7C8;
	padding: 0 5px 12px;
	margin-bottom: 12px;
}

#content .page .event h1 {
	color: #545454;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

#content .page .event p.date {
	font-size: 10px;
	margin-bottom: 10px;	
}

#content .page .event p {
	margin-bottom: 5px;	
}

#content .page .error, #content .page .notice {
	padding: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

#content .page .error {
	background-color:#FFEBE8;
	border: 1px solid #DD3C10;	
}

#content .page .notice {
	background-color: #FFF9D7;
	border:1px solid #E2C822;	
}

#content .page form table th, #content .page form table td {
	vertical-align: top;
	line-height: 22px;
	padding: 7px 0;
	text-align: left;
}

#content .page form table th {
	font-weigh: bold;
	padding-right: 15px;
	color: #3a3a3a;
}

#content .page form .mceEditor table th, #content .page form .mceEditor table td {
	line-height: 1.2;
	padding: 0;
}

#content .page form input.text {
	width: 220px;
	padding: 1px;
	border: 1px solid #c8c1ad;	
}

#content .page form select {
	padding: 1px;
	border: 1px solid #c8c1ad;	
}

#content .page form input.long {
	width: 520px;
}

#content .page form button.submit {
	font-weight: bold;
	background: url("../images/public/button.gif") no-repeat;
	width: 105px;
	height: 24px;
	line-height: 24px;
	border: none;
	cursor: pointer;
    color: #434343;
}

#content .page form textarea {
	width: 520px;
	padding: 1px;
	border: 1px solid #c8c1ad;
	overflow: auto;	
}

#content .page form #images {
	float: left;	
}

#content .page form #images input {
	float: left;
	margin-bottom: 4px;
	clear: left;	
}

#content .page ul, #content .page ol {
	list-style-position: inside;
}

#content .clubs .club {
	border-bottom: 1px solid #dcd7c8;
	padding-bottom: 17px;
	margin-bottom: 12px;
	margin-top: 5px;
	float: left;
	width: 100%;
}

#content .previewAlbum {
	width: 212px;
	padding: 9px;
	background-color: #fdf9ec;
	text-align: center;
	margin: 0 14px 14px 0;	
	float: left;
}

#content .previewAlbum .image {
	height: 159px;
	margin-bottom: 10px;	
	display: block;
}

#content .previewAlbum a {
	color: #222;
	width: 100%;
}

#content .album .image {
	float: left;
	overflow: hidden;
	width: 227px;
	height: 170px;
	margin: 0 9px 12px 0;
}

#content .album a {
}

#content  .clubs .club .logo {
	float: left;
	width: 252px;
	min-height: 250px;
}

* html #content  .clubs .club .logo { height: 250px; } 

#content .clubs .club .logo img {
	border: 1px solid #dcd7c8;
}

#content .clubs .club .data {
	float: left;
	padding-left: 40px;	
    width: 440px;
}

#content .clubs .club .data h2 {
	color: #831702;
	margin: 6px 0 8px;
	font-family: Verdana;
	font-size: 18px;
}

#content .clubs .club .data p {
	line-height: 30px;
}

#content .page div.text p {
	text-indent: 32px;
	margin-bottom: 10px;
}

#content .page div.text pre {
	margin-bottom: 10px;
}

#content .page div.text  table td, #content .page div.text th {
    padding: 5px;
}

#content .page div.text img {
    margin: 0 8px 8px 0;
    border: 2px solid #DCD7C8;
}

#content .page div.text  h1 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #545454;
}

#content .page div.text  h2 {
    font-size: 16px;
    margin-bottom: 8px;
    color: #545454;
    font-weight: bold;
}

#content .page div.text ul {
    list-style-position: inside;
    margin-bottom: 8px;
    margin-left: 19px;
}

#content h1.title {
	font-family: Arial;
	font-size: 23px;
	color: #545454;
	padding: 12px 110px 12px 0;
	border-bottom: 1px solid #dcd7c8;
}

* html #content h1.title { padding: 14px 0 12px; }
* + html #content h1.title { padding: 14px 0 12px; }

#frame {
	background: url("../images/public/frame-middle.png") repeat-y;
	padding: 0 13px;
}

#frame .frameTop {
	background: url("../images/public/frame-top.png") left top no-repeat;
}

#frame .frameBottom {
	background: url("../images/public/frame-bottom.png") left bottom no-repeat;
	min-height: 400px;
}

* html #frame .frameBottom { height: 400px; } 

#footer {
	background: url("../images/public/footer.png") left top no-repeat;
	height: 80px;
	font-size: 10px;
	color: #1f1f1f;
	position: relative;
}

#footer p {
	margin-left: 21px;
	padding: 9px 0;
	width: 183px;
	text-align: center;
}

#footer a.labs {
	position: absolute;
	text-indent: -10000px;
	width: 18px;
	height: 17px;
	background: url("../images/public/labs.png") left top no-repeat;
	top: 41px;
	right: 30px;
}

#login table td, #login table th {
	text-align: right !important;
}

#login table th {
	padding-left: 20px !important;
}

#calendar {
	background: url(../images/public/submenu-middle.jpg) repeat-y scroll left bottom;
	min-height:70px;
}

#calendar {
	padding: 0px 10px;
	font-size: 11px;
}

#calendar h1 {
	text-align: center;
	font-size: 15px;
	color: #545454;	
	font-weight: bold;
	margin-bottom: 5px;
}

#calendar h1 a {
	color: #545454;
}	

#calendar .days {
	float: left;
	margin-bottom: 5px;
}

#calendar .days .title {
	font-weight: bold;	
}

#calendar .days .occupied {
	font-weight: bold;
	border: 1px solid #545454;
	background-color: #eee;
	width: 16px !important;
	height: 16px !important;
	line-height: 16px !important;
}


#calendar .next {
	float: right;
	font-weight: bold;
}

#calendar .prev {
	float: left;
	font-weight: bold;
}

#calendar .days .day {
	float: left;
	width: 18px;
	height: 18px;
	padding: 1px;
	line-height: 18px;
	margin: 0 4px 4px 0;
	text-align: center;	
}

* html #calendar { height: 70px; } 