/*----------------------------------------------------------------------------
	main.css

	this css-file contains all definitions, that are independend from the
	colorschemes.

	(c) Schlund + Partner AG


	----------------------------------------------------------------------
	Modified and extended by Barti Bartman for the Sports-Template

	This CSS-File uses the original "Tanteks Box Modell Hack"
	http://www.tantek.com/CSS/Examples/boxmodelhack.html

	NOTE:
	Older W3C CSS validators return errors when the voice-family property
	is used in a 'screen' style sheet. This is an error in the W3C CSS
	validator itself. The validator should report a warning, not an error,
	when properties which are unsupported by a particular medium are used,
	and this has been reported to the W3C:

 ----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/

/*-- global container ------------------------------------------------------*/

#container {
    position: relative;
    padding: 0;
    text-align: left;
    width: 95%;
}

/* create two columns.  Left one for the navigation. */

.column_left {
	float: left;
	width:20%;
	padding:5px;
	column-count:1;
}

.column_right {
	float: right;
	padding:15px;
	margin: 0px,5px,0px,0px;
	column-count:1;
}

* {
  box-sizing: border-box;
  }


.row:after {
	content: "";
	display: table;
	clear: both;
}



/*--- header ---------------------------------------------------------------*/

#header {
    /*	position: relative; */

    padding: 0;
    margin: 0;
    width: 100%;
    height: 110px;
    top: 0px;
    left: 0px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
    position: absolute;
    top: 18px;
    left: 220px;
    width: 100%;
    height: 90px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 10px;
    left: 25px;
}

/*--- caption (as text or background image) --------------------------------*/

#slogan {
    position: absolute;
    top: 137px;
    left: 20px;
}

/*--- main navigation ------------------------------------------------------*/


*/
/*--- subnavigation --------------------------------------------------------*/

.sub_nav_container {
    margin: 5px 0 5px 5px;
    padding: 0;
}

.sub_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub_nav_list li {
    clear: both;
    margin: 0;
    padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
    text-align: left;
    display: block;
    overflow: hidden;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 65px;
    clear: both;
}

#footer_text {
    padding: 10px 0 0 0;
    margin: 0 30px 0 30px;
    text-align: center;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    margin: 10px 10px 0px 0px;
	
    padding-left: 70px;
	padding-right: 30px;
}

/*--- paragraph ------------------------------------------------------------*/

.content {
    margin: 60px 60px 0px 0px;
    padding: 100px;
}

.content p {
    margin: 0;
    padding: 0;
}



/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
}

.content input {
    border-style: solid;
    border-width: 1px;
    margin: 200px 200px 20px 0;
}

.content textarea {
    border-style: solid;
    border-width: 1px;
    margin: 200px 200px 20px 0;
}

/*--- lists ----------------------------------------------------------------*/

/*--------------------------------------------------------------------------*/

