@charset "UTF-8";
/* CSS Document */
/* 
** This is a part of the open source layout by 
** Jonas John (www.jonasjohn.de) !
*/

/* page overall: */

body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}

p {
	margin-bottom:10px;
}

ul {
	padding-left: 10px;	
}

body {
	/* BG-Color: */
	background-color: #3A3629;
	text-align: center;
	margin-top: 60px;
}

.page {
	/* Page width: */
	width: 720px;
}

#logo {
	margin: 0 auto;
	text-align: left;
	font-family: Union, Trebuchet MS, Arial;
	font-size: 28px;	
	margin-bottom: 8px;
	letter-spacing: -1px;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* logo color 1: */
	color: #FF69B4; /* hotpink */
}

#logo_2 {
	/* logo color 2: */
	color: #FF138C;
}

#logo_3 {
	/* logo color 3: */
	color: #EE1289;
}

#contentbox {
	background-color: #ffdddd;                
	margin: 0 auto;
	text-align: left;
}

/* menu: */

#menu {
	margin: 0 auto;
	text-align: center;
	color: pink;
	font-family: Verdana, Arial;
	font-size: 12px;
	margin-top: 5px;
}

#menu a:link, #menu a:visited {
	color:pink;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#designercredit {
	margin: 0 auto;
	text-align: center;
	color: white;
	font-family: Verdana, Arial;
	font-size: 9px;
	margin-top: 15px;
}

#designercredit a:link, #designercredit a:visited {
	color:white;
	text-decoration: none;
	font-weight:bold;
}

#designercredit a:hover, #designercredit a:active {
	color: #00ccff;
	text-decoration:underline;
}

#padding {
	padding: 18px;
}

#innerpage {
	/* Background image: */
	background-image: url("./images/background3.jpg");
	background-repeat: no-repeat;
	padding: 24px;
	height: 375px;
}

/*
 Styles that apply to the 
 content area:
*/
#content_photo {
	float: left; 
	overflow:auto;
}

#content_text {
	background-color: pink; 
	filter: Alpha(opacity=70); 
	opacity: .7; 
	float: right; 
	width: 350px; 
	height: 348px;
	padding: 10px;
	font-family: Verdana, Arial;
	font-size: 14px;
	overflow: auto;
}

#content_text p {
	font-size: 14px;
	color: #660033;
}

#content_text p.eventdate {
	font-weight:bold;
	color:#333;
}

/* heading */
#content_text h1 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 8px;
	margin-bottom: 15px;
	color: #690930;
}

/* link colors */
#content_text a:link {
	color: #C2361D;
}

#content_text a:hover, #content a:active {
	color: #33201D;
}

#content_text a:visited {
	color: #892614;
}
