/* ______________________________      General Layout      ______________________________ */

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 0;
	margin: 0;
	font-size: 10px;
	font-weight: normal;
	background-color: #585858;
	color: #171717;
	line-height: 18px;
}

* {
	margin: 0;
	padding: 0;
}

table, tr, td {
	vertical-align: top;
}

form {
	display: inline;
}

form, select, option, input, textarea
{
    font-size: 10px;
}

input, textarea {
	width: auto;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 2px; 
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}    

.input {
	width: 175px;
}

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

h1, h2, h3, h4 {
	font-family: "Helvetica", Arial, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 11px;
}

h2
{
	font-size: 12px;
}

h3
{
	font-size: 15px;
}

img
{
	border: none;
}

a:link, a:visited
{
    
    color:  #c00000;	
    text-decoration: none;
}


a:hover, a:active
{    
    text-decoration: underline;
}

em
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: black;
}

/* ______________________________     Content Layout      ______________________________ */


.bigadver {
	text-align: center;
}

#Head {
	background-image: url("http://www.macspot.de/images/site/logo/macspot_logo_final.png");
	display: block;
	height: 54px;
	margin: 25px 0 10px 0;
	background-repeat: no-repeat;
	background-position: 20px 0px;
}

.hidden {
	display: none;
}

#eventinfo {
	padding: 10px 10px 0 0;
	float: right;
	font-size: 13px;
	line-height: 23px;
	color: #E1E1E1;
	text-align: right;
}

#eventinfo h2 {
	font-family: Helvetica;
	letter-spacing: 2px;
	font-weight: normal;
	font-size: 18px;
}

#Container {
	width: 900px;
	height: auto;
	margin: 20px auto 20px auto;
}

#Content {
	width: auto;
	height: auto;
	padding: 20px 15px 5px 15px;
	text-align: left;
	background-color: #fff;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
}

#ContentLeft {	
	float: left;
	width: 640px;
	height: auto;
}

#ContentLeft .event_image_wrap {
	width: 300px;
	height: 280px;
	float: left;
	margin: 0 10px 20px 10px;
}

#ContentLeft .event_image_wrap .event_image_box {
	width: auto;
	height: auto;
	text-align: center;
	background-color: #505050;
}

#ContentLeft .event_image_wrap .event_image_caption a:link, #ContentLeft .event_image_wrap .event_image_caption a:visited {
	color: rgb(234,154,30);
}

#ContentLeft .event_image_wrap .event_image_caption a:hover, #ContentLeft .event_image_wrap .event_image_caption a:active {
	text-decoration: underline;
}

#ContentLeft .event_image_wrap .event_image_caption {
	width: auto;
	height: auto;
	padding: 5px;
	font-size: 10px;
	text-align: center;
	color: #fff;
	background-color: #595959;	
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
}

#ContentLeft .head h1 {
	letter-spacing: 2px;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	float: left;
	padding: 0 0 30px 0;
}

#ContentLeft .head {
	display: block;
	border-bottom: 1px dotted #878787;
	margin-bottom: 10px;
	padding-bottom: 5px;
	height: 16px;
}

#ContentLeft .head .datum {
	padding: 4px 5px 0 0;
	font-family: Helvetica;
	font-size: 13px;
	float: right;
	color: #CECECE;
}

#ContentLeft .eventpagination {	
	float: right;
	text-align: center;	
	margin: 0 20px 20px 0;
}

#ContentLeft .eventpagination img {	
	vertical-align: middle;
	margin: -2px 5px 0px 5px;
	height: 20px;
	width: 20px;
}

#ContentLeft .eventpagination a:visited, #ContentLeft .eventpagination a:link {
	padding: 5px 10px;
	color: #ea9a1e;
	background-color: #595959;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
}

#ContentLeft .eventpagination a:active, #ContentLeft .eventpagination a:hover {
	color: #fff;
	background-color: #b3b3b3;
	text-decoration: none;
}

/*  Content Right    */


#ContentRight {
	float: right;
	width: 200px;
	height: auto;
	margin: 0px 0px 0px 0px;
}

#ContentRight h2 {	
	padding: 2px 0 0 5px;
	font-family: Helvetica;
	font-weight: normal;
	letter-spacing: 2px;
	overflow: hidden;
	color: #F5F5F5;
	background-color: #595959;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}

#ContentRight .sidebar li 
{
	list-style: none;
	display: block;
	border-bottom: 1px solid #ddd;
}

ul.sidebar {
	list-style-type: none;
	padding-bottom: 0px;
	margin: 0px 0 20px 0;
	color: #fff;
}

ul.sidebar li {
	background-color: #858585;
	padding: 2px 7px 2px 7px;
	border-bottom: 1px solid #fff;
}

ul.sidebar li:hover {
	background-color: #B3B3B3;
}

ul.sidebar a, ul.sidebar a:hover {
	color: #fff;
	display: block;
	text-decoration: none;
}


/*  Footer  */


#Footer {
	font-size: 11px;
	text-align: center;
	padding: 20px 0 20px 0;
	color: #E1E1E1;
}

#Footer a:link, #Footer a:link {
	color: #ea9a1e;
}

#Footer a:active, #Footer a:hover {
	color: #777777;
}

/*  originales zeug - temporär   */

#shoutboxcontent {
	/*background-color: #fff;*/
	padding: 5px;
	height: 255px;
	font-size: 10px;
	line-height: 1.5em;
	overflow: auto;
	color: #171717;
}

#shoutboxcontent h1 {
	letter-spacing: 2px;
	font-size: 11px;
}

#shoutboxcontent p {
	margin-bottom: 7px;
}

#shoutboxcontent .shoutzeit {
	margin-bottom: 2px;
	font-size: 9px;
	color: #555;
}


.navi_on a:link, .navi_on a:visited
{
	color: orange;
	background-color: #666;
	padding: 4px 3px;	
}

.navi_off a:link, .navi_off a:visited
{
	color: #ccc;
	background-color: #555;
	padding: 4px 3px;
}

.navi_on a:hover, .navi_off a:hover
{
	background-color: grey;
	text-decoration: none;
}




/*  runde Ecken   */


.DarkGreyBox_Top
{
	background-color: #595959;
	width: 100%;
	height: 22px;
	border-bottom: 1px solid #fff;
}

.DarkGreyBox_Top_Corner div  { background: url(/pictures/site/subpages/darkgreybox_tl.gif) no-repeat top left; } /* top left */
.DarkGreyBox_Top_Corner      { background: url(/pictures/site/subpages/darkgreybox_tr.gif) no-repeat top right; } /* top right */

.DarkGreyBox_Top_Corner div, .DarkGreyBox_Top_Corner
{
	width: 100%;
	height: 19px;
}

.tabled_pic_p
{
	background-color: #595959;
	width: 100%;
	height: auto;
}

.tabled_pic_border div  { background: url(/pictures/site/subpages/darkgreybox_bl.gif) no-repeat bottom left; } /* bottom left */
.tabled_pic_border      { background: url(/pictures/site/subpages/darkgreybox_br.gif) no-repeat bottom right; } /* bottom right */

.tabled_pic_border div, .tabled_pic_border
{
	width: 100%;
	height: auto;
}


.GreyBox_Bot
{
	background-color: #858585;
	width: 100%;
	height: 10px;
	margin-bottom: 15px;
}

.GreyBox_Bot_Corner div  { background: url(/pictures/site/subpages/greybox_bl.gif) no-repeat bottom left; } /* top left */
.GreyBox_Bot_Corner      { background: url(/pictures/site/subpages/greybox_br.gif) no-repeat bottom right; } /* top right */

.GreyBox_Bot_Corner div, .GreyBox_Bot_Corner
{
	width: 100%;
	height: 10px;
}

.WhiteBox_Bot
{
	background-color: white;
	width: 100%;
	height: 10px;
}

.WhiteBox_Bot_Corner div {
	background: url(/pictures/site/subpages/whitebox_bl.gif) no-repeat bottom left;
} /* top left */

.WhiteBox_Bot_Corner
	{ background: url(/pictures/site/subpages/whitebox_br.gif) no-repeat bottom right;
} /* top right */

.WhiteBox_Bot_Corner div, .WhiteBox_Bot_Corner
{
	width: 100%;
	height: 10px;
}

.WhiteBox_Top
{
	background-color: white;
	width: 100%;
	height: 10px;
}

.WhiteBox_Top_Corner div  { background: url(/pictures/site/subpages/whitebox_tl.gif) no-repeat top left; } /* top left */
.WhiteBox_Top_Corner      { background: url(/pictures/site/subpages/whitebox_tr.gif) no-repeat top right; } /* top right */

.WhiteBox_Top_Corner div, .WhiteBox_Top_Corner
{
	width: 100%;
	height: 10px;
}

.Navileiste	  { clear: both; background-color: #555;} /* #ced4ec */
.navitop div  { background: url(/pictures/site/subpages/roundcorner_news_tl.gif) no-repeat top left; } /* top left */
.navitop      { background: url(/pictures/site/subpages/roundcorner_news_tr.gif) no-repeat top right; } /* top right */
.navibot div  { background: url(/pictures/site/subpages/roundcorner_news_bl.gif) no-repeat bottom left; } /* bottom left */
.navibot      { background: url(/pictures/site/subpages/roundcorner_news_br.gif) no-repeat bottom right; } /* bottom right */


.navitop div, .navitop, .navibot div, .navibot {
	width: 100%;
	height: 4px;
	font-size: 1px;
}
.navicontent  { margin: 0 8px; }

.Navileiste { height: auto; width: auto; margin: 0 0 0 auto; float: right; text-align: center; }


.cleaner
{
	clear: both;
	visibility: hidden;	
}









