


/* Kuborgh Klassen (s.a. wysiwyg.css) */
/* ================================================ */

.line {
	display: block;
	height: 0px;
	border-width: 0;
	border-top: solid 1px #c60;
	margin: 10px 0 10px 0;
}

.link {
	color: #f90;
	text-decoration: none;
}
	.link:hover {
		color: #fc0;
		text-decoration: underline;
	}

.normal {
	color: #ffdfa2;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-family: Georgia, Times, Serif;
	font-size: 12px;
}

.hidden {
	color: #ccc;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-family: Georgia, Times, Serif;
	font-size: 12px;
}

.negativ {
	background-color: #333;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-family: Georgia, Times, Serif;
	font-size: 12px;
}

.marked_negativ {
	background-color: #999;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-family: Georgia, Times, Serif;
	font-size: 12px;
}
.marked {
	background-color: #999;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-family: Georgia, Times, Serif;
	font-size: 12px;
}

.h1 {
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-family: Georgia, Times, Serif;
}
.normal_title {
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #FF9900;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-family: Georgia, Times, Serif;
}

.h2 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #f90;
	font-weight: normal;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-family: Georgia, Times, Serif;
}
.normal_subtitle {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #f90;
	font-size: 14px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-family: Georgia, Times, Serif;
}

.warning {
	color: #f90;
	border-color: #666666;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-family: Georgia, Times, Serif;
	font-size: 12px;
}

.dot {
	color: #f90;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-family: Georgia, Times, Serif;
	background: url(/tmpl/abbey/img/dot.gif) 0px -2px no-repeat;
	padding-left: 15px;
	font-size: 12px;
}

/* ///////////////////////////////////////////////////////////////////////////// */
/* CMS BASE DESIGN CSS
																														*/
/* ///////////////////////////////////////////////////////////////////////////// */

h1, ul, p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	
ul {
	list-style-image:url(/tmpl/abbey/img/dot.gif);
	list-style-position:outside;
	padding: 0px 0px 0px 8px;
	margin-left:20px;
}

/* /////////////////////////////////////////////////////////////////////////////
 	System Working									
   ///////////////////////////////////////////////////////////////////////////// */
   
#systemWorking {
	position:absolute;
	left:43px;
	top:47px;

	/*left:200px;
	top:25px;*/
	z-index:99;
}

div.aform_text,
div.aform_select,
div.aform_input,
div.aform_radio,
div.aform_textarea,
div.aform_two_select,
div.aform_info {
	color: #989864;
}
	div.aform_text_label,
	div.aform_input_label,
	div.aform_select_label,
	div.aform_radio_label,
	div.aform_textarea_label,
	div.aform_two_select_label,
	div.aform_info_label {
		float: left;
		width: 40%;
		background: ;
		margin: 5px 0px 0px 0px;
		padding: 0px 0px 0px 30px;
		xbackground: url(/tmpl/onefamily/img/dot2.gif) 0px -4px  no-repeat;
	}
	div.aform_text_content,
	div.aform_input_content,
	div.aform_select_content,
	div.aform_radio_content,
	div.aform_textarea_content,
	div.aform_two_select_content,
	div.aform_info_content {
		float: left;
		margin-top: 5px;
		width: 270px;
	}
		div.aform_text_content input,
		div.aform_input_content input,
		div.aform_select_content select,
		div.aform_textarea_content textarea {
			border: solid 1px #a8a97d;
			padding: 2px 4px 2px 4px;
			width: 100%;
			font-family: sans-serif;
			font-family: Georgia, Times, Serif;
			font-size: 12px;
		}
		div.aform_two_select_content_left {
			float: left;
			width: 117px;
		}
		div.aform_two_select_navi {
			float: left;
			margin: 0px 10px 0px 10px;
		}
			div.aform_two_select_navi div {
				margin-bottom: 4px;
			}
		div.aform_two_select_content_right {
			float: left;
			width: 117px;
		}
			div.aform_two_select_content_left select,
			div.aform_two_select_content_right select {
				border: solid 1px #a8a97d;
				width: 100%;
				padding: 2px 4px 2px 4px;
				font-family: sans-serif;
				font-family: Georgia, Times, Serif;
				font-size: 12px;
			}
		
div.aform_button,
div.aform_ajaxbutton,
div.aform_ajaxbutton_ext {
	width: 599px;
}
	div.aform_button_content,
	div.aform_ajaxbutton_content,
	div.aform_ajaxbutton_ext_content {
		width: 579px;
		height: 48px;
		text-align: right;
		xbackground: url(/tmpl/onefamily/img/bg_form_bottom.gif) bottom right no-repeat;
		margin: 0px 20px 0px 0px;
		z-index: 500;
	}
		div.aform_button_content input {
			margin: 10px 50px 0px 0px;
			background-color: #fff;
		}
		div.aform_ajaxbutton_ext_content div {
			margin: 0px 50px 0px 0px;
			padding: 10px 0px 0px 0px;
		}
			div.aform_ajaxbutton_ext_content div:hover {
				cursor: pointer;
			}
		div.aform_button_content a.button1,
		div.aform_button_content a.button2,
		div.aform_button_content a.button3,
		div.aform_button_content div.button1,
		div.aform_button_content div.button2,
		div.aform_button_content div.button3,
		div.aform_button_content input.button1,
		div.aform_button_content input.button2,
		div.aform_button_content input.button3,
		div.aform_ajaxbutton_content a.button1,
		div.aform_ajaxbutton_content a.button2,
		div.aform_ajaxbutton_content a.button3,
		div.aform_ajaxbutton_content div.button1,
		div.aform_ajaxbutton_content div.button2,
		div.aform_ajaxbutton_content div.button3,
		div.aform_ajaxbutton_content input.button1,
		div.aform_ajaxbutton_content input.button2,
		div.aform_ajaxbutton_content input.button3,
		div.aform_ajaxbutton_ext_content a.button1,
		div.aform_ajaxbutton_ext_content a.button2,
		div.aform_ajaxbutton_ext_content a.button3,
		div.aform_ajaxbutton_ext_content div.button1,
		div.aform_ajaxbutton_ext_content div.button2,
		div.aform_ajaxbutton_ext_content div.button3,
		div.aform_ajaxbutton_ext_content input.button1,
		div.aform_ajaxbutton_ext_content input.button2,
		div.aform_ajaxbutton_ext_content input.button3 {
			margin: 0px;
		}
	
/* Designspezifisches */
/* ================================================ */

div.clear {
	clear: both;
	float: none;
}

div.space {
	height: 100px;
}

/* ---------------------------- Button Styles */

div.button_container {
	float: right;
	padding: 12px 25px 0px 0px;
}

div.button1,
a.button1,
input.button1,
div.button2,
a.button2,
input.button2,
div.button3,
a.button3,
input.button3 {
	display: block;
	height: 18px;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	border-width: 0px;
	text-align: left;
}
	div.button1,
	div.button2,
	div.button3 {
		padding: 1px 5px 0px 5px;
	}
	a.button1,
	a.button2,
	a.button3 {
		padding: 1px 5px 0px 5px;
	}
	input.button1,
	input.button2,
	input.button3 {
		padding: 0px 5px 1px 5px;
	}

div.button1,
a.button1,
input.button1 {
	width: 55px;
	xbackground: url(/tmpl/onefamily/img/icons/blank1.gif) top left no-repeat;
}

div.button2,
a.button2,
input.button2 {
	width: 95px;
	xbackground: url(/tmpl/onefamily/img/icons/blank2.gif) top left no-repeat;
}

div.button3,
a.button3,
input.button3 {
	width: 195px;
	xbackground: url(/tmpl/onefamily/img/icons/blank3.gif) top left no-repeat;
}

/* ---------------------------- */
div#page {
	padding-top: 12px;
}

/* ---------------------------- */

div.fullwidth_, div.fullwidth_ie, div.fullwidth_ie7 {
	text-align: center;
}
	div.fullwidth_inner {
		width: 968px;
		margin: auto auto;
		margin-top: 0px;
		margin-bottom: 0px;
		text-align: left;
		background-color: #fff;
	}
	
div.container {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
}
	div.column2_left {
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 288px;
	}
	
	div.column2_right {
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 622px;
	}

	div.column3_left {
		float: left;
		margin: 0px 20px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 290px;
	}
	
	div.column3_center {
		float: left;
		margin: 0px 20px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 290px;
	}
	
	div.column3_right {
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 290px;
	}
		
/* ################  Misc  ############### */

div.spacer {
	xheight: 50px;
	text-align: center;
}
	div.spacer img {
		margin: 10px 10px 10px 10px;
	}

/* ################  TheAbbey Layout  ############### */

/*body {
	background: #000 url(/tmpl/abbey/img/bg_big.jpg) 50% 50% no-repeat;
}*/

div#page {
	width: 100%;
	height: 90%;
}
	div#page_inner {
		width: 1000px;
		height: 550px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -500px;
		margin-top: -275px;
		xbackground: #fff url(/tmpl/abbey/img/bg.png) top left no-repeat;
		xbackground-color: #fff;
	}
	div#page_bottomlinks {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -500px;
		margin-top: 290px;
		text-align:center;
	}
		
/* ------------------------ */	
div#title {
	position: absolute;
	top: 30px;
	left: 442px;
	width: 120px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}
	
/* ------------------------ */
img#nav_news_,
img#nav_news_ie {
	position: absolute;
	top: 72px;
	left: 78px;	
}
img#nav_news_ie {
	top: 74px;
}
img#nav_news_ff {
	position: absolute;
	top: 72px;
	left: 77px;	
}
img#nav_characters_,
img#nav_characters_ie {
	position: absolute;
	top: 90px;
	left: 78px;
	xbackground-color: green;
}
img#nav_characters_ie {
	top: 92px;
}
img#nav_characters_ff {
	position: absolute;
	top: 90px;
	left: 77px;
	xbackground-color: green;
}
img#nav_story_,
img#nav_story_ie {
	position: absolute;
	top: 106px;
	left: 78px;
	xbackground-color: green;
}
img#nav_story_ie {
	top: 108px;
}
img#nav_story_ff {
	position: absolute;
	top: 106px;
	left: 77px;
	xbackground-color: green;
}
img#nav_downloads_,
img#nav_downloads_ie {
	position: absolute;
	top: 124px;
	left: 78px;
	xbackground-color: green;
}
img#nav_downloads_ie {
	top: 126px;
}
img#nav_downloads_ff {
	position: absolute;
	top: 124px;
	left: 77px;
	xbackground-color: green;
}
img#nav_locations_,
img#nav_locations_ie {
	position: absolute;
	top: 142px;
	left: 78px;
	xbackground-color: green;
}
img#nav_locations_ie {
	top: 144px;
}
img#nav_locations_ff {
	position: absolute;
	top: 142px;
	left: 77px;
	xbackground-color: green;
}
img#nav_press_,
img#nav_press_ie {
	position: absolute;
	top: 160px;
	left: 78px;
	xbackground-color: green;
}
img#nav_press_ie {
	top: 162px;
}
img#nav_press_ff {
	position: absolute;
	top: 160px;
	left: 77px;
	xbackground-color: green;
}
img#nav_community_,
img#nav_community_ie {
	position: absolute;
	top: 176px;
	left: 78px;
	xbackground-color: green;
}
img#nav_community_ie {
	top: 178px;
}
img#nav_community_ff {
	position: absolute;
	top: 176px;
	left: 77px;
	xbackground-color: green;
}
img#nav_blog_,
img#nav_blog_ie {
	position: absolute;
	top: 197px;
	left: 78px;
	xbackground-color: green;
}
img#nav_blog_ie {
	/*top: 199px;*/ /* Wenn einer IE versteht, bitte Mail an mich... */
}
img#nav_blog_ff {
	position: absolute;
	top: 197px;
	left: 77px;
	xbackground-color: green;
}
img#nav_shop_,
img#nav_shop_ie {
	position: absolute;
	top: 212px;
	left: 78px;
	xbackground-color: green;
}
img#nav_shop_ie {
	top: 214px;
}
img#nav_shop_ff {
	position: absolute;
	top: 212px;
	left: 77px;
	xbackground-color: green;
}
img#nav_links_,
img#nav_links_ie {
	position: absolute;
	top: 230px;
	left: 78px;
	xbackground-color: green;
}
img#nav_links_ie {
	top: 232px;
}
img#nav_links_ff {
	position: absolute;
	top: 230px;
	left: 77px;
	xbackground-color: green;
}

/* ------------------------ */	
img#nav_next {
	position: absolute;
	bottom: 58px;
	left: 590px;
}
img#nav_home {
	position: absolute;
	bottom: 58px;
	left: 490px;
}
img#nav_prev {
	position: absolute;
	bottom: 58px;
	left: 370px;
}
	
/* ------------------------ */
div#imprint {
	position: absolute;
	bottom: 12px;
	left: 488px;
}

/* ------------------------ */	
div#text {
	width: 622px;
	height: 320px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 140px;
	left: 235px;
	padding-right: 15px;
	xbackground-color: pink;
}
	div#text_inner {
		width: 602px;
		height: 290px;
		margin: 20px 10px 10px 10px;
		padding-right: 15px;
		xbackground-color: pink;
	}
